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

#itemsArray<Types::SegmentDefinitionItem>

List of segment definitions.

Returns:



4968
4969
4970
4971
4972
4973
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4968

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

#next_tokenString

The pagination token from the previous call.

Returns:

  • (String)


4968
4969
4970
4971
4972
4973
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4968

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