Class: Aws::AppSync::Types::AssociateApiResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::AssociateApiResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_association  ⇒ Types::ApiAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘ApiAssociation` object.
 
Instance Attribute Details
#api_association ⇒ Types::ApiAssociation
The ‘ApiAssociation` object.
      438 439 440 441 442  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 438 class AssociateApiResponse < Struct.new( :api_association) SENSITIVE = [] include Aws::Structure end  |