Class: Aws::CustomerProfiles::Types::ListSegmentDefinitionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ String

The unique identifier of the domain.



7538
7539
7540
7541
7542
7543
7544
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7538

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.



7538
7539
7540
7541
7542
7543
7544
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7538

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.



7538
7539
7540
7541
7542
7543
7544
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7538

class ListSegmentDefinitionsRequest < Struct.new(
  :domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end