Class: Aws::AppIntegrationsService::Types::ListDataIntegrationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_integrationsArray<Types::DataIntegrationSummary>

The DataIntegrations associated with this account.

Returns:



1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1012

class ListDataIntegrationsResponse < Struct.new(
  :data_integrations,
  :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)


1012
1013
1014
1015
1016
1017
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1012

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