Class: Aws::AppSync::Types::CreateApiCacheResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::CreateApiCacheResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Represents the output of a ‘CreateApiCache` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_cache  ⇒ Types::ApiCache 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘ApiCache` object.
 
Instance Attribute Details
#api_cache ⇒ Types::ApiCache
The ‘ApiCache` object.
      1007 1008 1009 1010 1011  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1007 class CreateApiCacheResponse < Struct.new( :api_cache) SENSITIVE = [] include Aws::Structure end  |