Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListProfileObjectTypeTemplateItem>
The list of ListProfileObjectType template instances.
-
#next_token ⇒ String
The pagination token from the previous ListObjectTypeTemplates API call.
Instance Attribute Details
#items ⇒ Array<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_token ⇒ String
The pagination token from the previous ListObjectTypeTemplates API call.
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 |