Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous ListObjectTypeTemplates API call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects returned per page.
4751 4752 4753 4754 4755 4756 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4751 class ListProfileObjectTypeTemplatesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous ListObjectTypeTemplates API call.
4751 4752 4753 4754 4755 4756 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4751 class ListProfileObjectTypeTemplatesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |