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.
| 4990 4991 4992 4993 4994 | # File 'lib/aws-sdk-appsync/types.rb', line 4990 class UpdateApiCacheResponse < Struct.new( :api_cache) SENSITIVE = [] include Aws::Structure end |