Class: Aws::AppSync::Types::AssociateApiResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::AssociateApiResponse
 
 
- Defined in:
 - gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_association  ⇒ Types::ApiAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
ApiAssociationobject. 
Instance Attribute Details
#api_association ⇒ Types::ApiAssociation
The ApiAssociation object.
      443 444 445 446 447  | 
    
      # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 443 class AssociateApiResponse < Struct.new( :api_association) SENSITIVE = [] include Aws::Structure end  |