Class: Aws::AppSync::Types::AssociateMergedGraphqlApiResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::AssociateMergedGraphqlApiResponse
 
 
- Defined in:
 - gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_api_association  ⇒ Types::SourceApiAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
SourceApiAssociationobject data. 
Instance Attribute Details
#source_api_association ⇒ Types::SourceApiAssociation
The SourceApiAssociation object data.
      490 491 492 493 494  | 
    
      # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 490 class AssociateMergedGraphqlApiResponse < Struct.new( :source_api_association) SENSITIVE = [] include Aws::Structure end  |