Class: Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListCalculatedAttributeDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#max_results ⇒ Integer
The maximum number of calculated attribute definitions returned per page.
-
#next_token ⇒ String
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4202 class ListCalculatedAttributeDefinitionsRequest < Struct.new( :domain_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of calculated attribute definitions returned per page.
4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4202 class ListCalculatedAttributeDefinitionsRequest < Struct.new( :domain_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
4202 4203 4204 4205 4206 4207 4208 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4202 class ListCalculatedAttributeDefinitionsRequest < Struct.new( :domain_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |