Class: Aws::AppSync::Types::SourceApiAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::SourceApiAssociationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Describes the ARNs and IDs of associations, Merged APIs, and source APIs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_arn ⇒ String
The Amazon Resource Name (ARN) of the source API association.
-
#association_id ⇒ String
The ID generated by the AppSync service for the source API association.
-
#description ⇒ String
The description field.
-
#merged_api_arn ⇒ String
The Amazon Resource Name (ARN) of the AppSync Merged API.
-
#merged_api_id ⇒ String
The ID of the AppSync Merged API.
-
#source_api_arn ⇒ String
The Amazon Resource Name (ARN) of the AppSync Source API.
-
#source_api_id ⇒ String
The ID of the AppSync source API.
Instance Attribute Details
#association_arn ⇒ String
The Amazon Resource Name (ARN) of the source API association.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The ID generated by the AppSync service for the source API association.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description field.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |
#merged_api_arn ⇒ String
The Amazon Resource Name (ARN) of the AppSync Merged API.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |
#merged_api_id ⇒ String
The ID of the AppSync Merged API.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |
#source_api_arn ⇒ String
The Amazon Resource Name (ARN) of the AppSync Source API.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |
#source_api_id ⇒ String
The ID of the AppSync source API.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-appsync/types.rb', line 4639 class SourceApiAssociationSummary < Struct.new( :association_id, :association_arn, :source_api_id, :source_api_arn, :merged_api_id, :merged_api_arn, :description) SENSITIVE = [] include Aws::Structure end |