Class: Aws::CustomerProfiles::Types::ListSegmentDefinitionsResponse

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

#items ⇒ Array<Types::SegmentDefinitionItem>

List of segment definitions.

Returns:



7556
7557
7558
7559
7560
7561
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7556

class ListSegmentDefinitionsResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

The pagination token from the previous call.

Returns:

  • (String)


7556
7557
7558
7559
7560
7561
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7556

class ListSegmentDefinitionsResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end