Class: Aws::CustomerProfiles::Types::ListSegmentDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListSegmentDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique identifier of the domain.
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous call.
Instance Attribute Details
#domain_name ⇒ String
The unique identifier of the domain.
4950 4951 4952 4953 4954 4955 4956 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4950 class ListSegmentDefinitionsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects returned per page.
4950 4951 4952 4953 4954 4955 4956 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4950 class ListSegmentDefinitionsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call.
4950 4951 4952 4953 4954 4955 4956 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4950 class ListSegmentDefinitionsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |