Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ Array<Types::ListProfileObjectTypeTemplateItem>

The list of ListProfileObjectType template instances.



7192
7193
7194
7195
7196
7197
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7192

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

#next_token ⇒ String

The pagination token from the previous ListObjectTypeTemplates API call.



7192
7193
7194
7195
7196
7197
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7192

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