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.



3446
3447
3448
3449
3450
3451
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3446

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)


3446
3447
3448
3449
3450
3451
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3446

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