:doc:`Omics <../../omics>` / Client / get_run_cache

*************
get_run_cache
*************



.. py:method:: Omics.Client.get_run_cache(**kwargs)

  

  Retrieves detailed information about the specified run cache using its ID.

   

  For more information, see `Call caching for Amazon Web Services HealthOmics runs <https://docs.aws.amazon.com/omics/latest/dev/workflows-call-caching.html>`__ in the *Amazon Web Services HealthOmics User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetRunCache>`_  


  **Request Syntax**
  ::

    response = client.get_run_cache(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The identifier of the run cache to retrieve.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'arn': 'string',
          'cacheBehavior': 'CACHE_ON_FAILURE'|'CACHE_ALWAYS',
          'cacheBucketOwnerId': 'string',
          'cacheS3Uri': 'string',
          'creationTime': datetime(2015, 1, 1),
          'description': 'string',
          'id': 'string',
          'name': 'string',
          'status': 'ACTIVE'|'DELETED'|'FAILED',
          'tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        Unique resource identifier for the run cache.

        
      

      - **cacheBehavior** *(string) --* 

        The default cache behavior for runs using this cache.

        
      

      - **cacheBucketOwnerId** *(string) --* 

        The identifier of the bucket owner.

        
      

      - **cacheS3Uri** *(string) --* 

        The S3 URI where the cache data is stored.

        
      

      - **creationTime** *(datetime) --* 

        Creation time of the run cache (an ISO 8601 formatted string).

        
      

      - **description** *(string) --* 

        The run cache description.

        
      

      - **id** *(string) --* 

        The run cache ID.

        
      

      - **name** *(string) --* 

        The run cache name.

        
      

      - **status** *(string) --* 

        The run cache status.

        
      

      - **tags** *(dict) --* 

        The tags associated with the run cache.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Omics.Client.exceptions.InternalServerException`

  
  *   :py:class:`Omics.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`Omics.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Omics.Client.exceptions.ValidationException`

  
  *   :py:class:`Omics.Client.exceptions.ConflictException`

  
  *   :py:class:`Omics.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Omics.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Omics.Client.exceptions.RequestTimeoutException`

  