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

#itemsArray<Types::ListProfileObjectTypeTemplateItem>

The list of ListProfileObjectType template instances.



4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4769

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

#next_tokenString

The pagination token from the previous ListObjectTypeTemplates API call.

Returns:

  • (String)


4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4769

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