Class: Aws::AppSync::Types::UpdateApiCacheResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::UpdateApiCacheResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Represents the output of a ‘UpdateApiCache` 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.
      4460 4461 4462 4463 4464  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4460 class UpdateApiCacheResponse < Struct.new( :api_cache) SENSITIVE = [] include Aws::Structure end  |