Class: Aws::AppSync::Types::GetApiAssociationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::GetApiAssociationResponse
 
 
- 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.
      2794 2795 2796 2797 2798  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2794 class GetApiAssociationResponse < Struct.new( :api_association) SENSITIVE = [] include Aws::Structure end  |