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.
5613 5614 5615 5616 5617 5618 5619 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5613 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.
5613 5614 5615 5616 5617 5618 5619 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5613 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.
5613 5614 5615 5616 5617 5618 5619 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5613 class ListSegmentDefinitionsRequest < Struct.new( :domain_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |