Class: Aws::AppSync::Types::UpdateSourceApiAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateSourceApiAssociationResponse
- 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.
5627 5628 5629 5630 5631 |
# File 'lib/aws-sdk-appsync/types.rb', line 5627 class UpdateSourceApiAssociationResponse < Struct.new( :source_api_association) SENSITIVE = [] include Aws::Structure end |