Class: Aws::AppSync::Types::AssociateSourceGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::AssociateSourceGraphqlApiResponse
- 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
SourceApiAssociation
object data.
Instance Attribute Details
#source_api_association ⇒ Types::SourceApiAssociation
The SourceApiAssociation
object data.
532 533 534 535 536 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 532 class AssociateSourceGraphqlApiResponse < Struct.new( :source_api_association) SENSITIVE = [] include Aws::Structure end |