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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListProfileObjectsItem>

The list of ListProfileObject instances.

Returns:



3526
3527
3528
3529
3530
3531
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3526

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

#next_tokenString

The pagination token from the previous call to ListProfileObjects.

Returns:

  • (String)


3526
3527
3528
3529
3530
3531
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3526

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