Class: Aws::CustomerProfiles::Types::ListProfileObjectTypesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:items]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListProfileObjectTypeItem>

The list of ListProfileObjectTypes instances.



5613
5614
5615
5616
5617
5618
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5613

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


5613
5614
5615
5616
5617
5618
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5613

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