Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3040 class ListProfileObjectTypeTemplatesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListObjectTypeTemplates API call.
3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3040 class ListProfileObjectTypeTemplatesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |