Class: Aws::CustomerProfiles::Types::ListProfileObjectsResponse

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::ListProfileObjectsItem>

The list of ListProfileObject instances.

Returns:



7311
7312
7313
7314
7315
7316
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7311

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

#next_token ⇒ String

The pagination token from the previous call to ListProfileObjects.

Returns:

  • (String)


7311
7312
7313
7314
7315
7316
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7311

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