Class: Aws::AppSync::Types::GetApiCacheResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::GetApiCacheResponse
 
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Represents the output of a GetApiCache operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #api_cache  ⇒ Types::ApiCache 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ApiCacheobject.
Instance Attribute Details
#api_cache ⇒ Types::ApiCache
The ApiCache object.
| 2892 2893 2894 2895 2896 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2892 class GetApiCacheResponse < Struct.new( :api_cache) SENSITIVE = [] include Aws::Structure end |