Class: Aws::AppSync::Types::GetApiRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetApiRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘Api` ID.
 
Instance Attribute Details
#api_id ⇒ String
The ‘Api` ID.
      2834 2835 2836 2837 2838  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2834 class GetApiRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end  |