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

#items ⇒ Array<Types::ListProfileObjectTypeItem>

The list of ListProfileObjectTypes instances.



7231
7232
7233
7234
7235
7236
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7231

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

#next_token ⇒ String

Identifies the next page of results to return.

Returns:

  • (String)


7231
7232
7233
7234
7235
7236
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7231

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