Class: Aws::Pinpoint::Types::SegmentsResponse

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

Overview

Segments in your account.

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::SegmentResponse>

The list of segments.

Returns:



8337
8338
8339
8340
8341
# File 'lib/aws-sdk-pinpoint/types.rb', line 8337

class SegmentsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end

#next_tokenString

An identifier used to retrieve the next page of results. The token is null if no additional pages exist.

Returns:

  • (String)


8337
8338
8339
8340
8341
# File 'lib/aws-sdk-pinpoint/types.rb', line 8337

class SegmentsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end