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

#itemsArray<Types::ListIntegrationItem>

The list of ListIntegrations instances.

Returns:



4601
4602
4603
4604
4605
4606
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4601

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

#next_tokenString

The pagination token from the previous ListIntegrations API call.

Returns:

  • (String)


4601
4602
4603
4604
4605
4606
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4601

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