Class: Aws::AppIntegrationsService::Types::ListDataIntegrationAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ListDataIntegrationAssociationsResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_integration_associations ⇒ Array<Types::DataIntegrationAssociationSummary>
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#data_integration_associations ⇒ Array<Types::DataIntegrationAssociationSummary>
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
880 881 882 883 884 885 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 880 class ListDataIntegrationAssociationsResponse < Struct.new( :data_integration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
880 881 882 883 884 885 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 880 class ListDataIntegrationAssociationsResponse < Struct.new( :data_integration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |