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_nameString

The unique identifier of the domain.

Returns:

  • (String)


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_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


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_tokenString

The pagination token from the previous call.

Returns:

  • (String)


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