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.



4808
4809
4810
4811
4812
4813
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4808

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)


4808
4809
4810
4811
4812
4813
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4808

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