Class: Aws::Pinpoint::Types::SegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SegmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Segments in your account.
Instance Attribute Summary collapse
-
#item ⇒ Array<Types::SegmentResponse>
The list of segments.
-
#next_token ⇒ String
An identifier used to retrieve the next page of results.
Instance Attribute Details
#item ⇒ Array<Types::SegmentResponse>
The list of segments.
4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4187 class SegmentsResponse < Struct.new( :item, :next_token) include Aws::Structure end |
#next_token ⇒ String
An identifier used to retrieve the next page of results. The token is null if no additional pages exist.
4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4187 class SegmentsResponse < Struct.new( :item, :next_token) include Aws::Structure end |