Class: Aws::AppIntegrationsService::Types::ListDataIntegrationAssociationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appintegrationsservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_integration_associationsArray<Types::DataIntegrationAssociationSummary>

The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.



1201
1202
1203
1204
1205
1206
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1201

class ListDataIntegrationAssociationsResponse < Struct.new(
  :data_integration_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


1201
1202
1203
1204
1205
1206
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1201

class ListDataIntegrationAssociationsResponse < Struct.new(
  :data_integration_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end