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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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.



6427
6428
6429
6430
6431
6432
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6427

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)


6427
6428
6429
6430
6431
6432
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6427

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