Class: Aws::AppSync::Types::GetApiCacheRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetApiCacheRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Represents the input of a ‘GetApiCache` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The API ID.
 
Instance Attribute Details
#api_id ⇒ String
The API ID.
      2808 2809 2810 2811 2812  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2808 class GetApiCacheRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end  |