Class: Aws::AppSync::Types::AssociateMergedGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::AssociateMergedGraphqlApiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_api_association ⇒ Types::SourceApiAssociation
The ‘SourceApiAssociation` object data.
Instance Attribute Details
#source_api_association ⇒ Types::SourceApiAssociation
The ‘SourceApiAssociation` object data.
485 486 487 488 489 |
# File 'lib/aws-sdk-appsync/types.rb', line 485 class AssociateMergedGraphqlApiResponse < Struct.new( :source_api_association) SENSITIVE = [] include Aws::Structure end |