Class: Aws::AppSync::Types::CreateApiResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::CreateApiResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api  ⇒ Types::Api 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘Api` object.
 
Instance Attribute Details
#api ⇒ Types::Api
The ‘Api` object.
      1086 1087 1088 1089 1090  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 1086 class CreateApiResponse < Struct.new( :api) SENSITIVE = [] include Aws::Structure end  |