Class: Aws::CustomerProfiles::Types::ListIntegrationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ Array<Types::ListIntegrationItem>

The list of ListIntegrations instances.

Returns:



6873
6874
6875
6876
6877
6878
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6873

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

#next_token ⇒ String

The pagination token from the previous ListIntegrations API call.

Returns:

  • (String)


6873
6874
6875
6876
6877
6878
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6873

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