Class: Aws::AppIntegrationsService::Types::ListDataIntegrationAssociationsRequest

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_identifierString

A unique identifier for the DataIntegration.

Returns:

  • (String)


1086
1087
1088
1089
1090
1091
1092
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1086

class ListDataIntegrationAssociationsRequest < Struct.new(
  :data_integration_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


1086
1087
1088
1089
1090
1091
1092
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1086

class ListDataIntegrationAssociationsRequest < Struct.new(
  :data_integration_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


1086
1087
1088
1089
1090
1091
1092
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1086

class ListDataIntegrationAssociationsRequest < Struct.new(
  :data_integration_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end