Class: Aws::Pinpoint::Types::GetSegmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
7387 7388 7389 7390 7391 7392 7393 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7387 class GetSegmentsRequest < Struct.new( :application_id, :page_size, :token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
7387 7388 7389 7390 7391 7392 7393 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7387 class GetSegmentsRequest < Struct.new( :application_id, :page_size, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
7387 7388 7389 7390 7391 7392 7393 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7387 class GetSegmentsRequest < Struct.new( :application_id, :page_size, :token) SENSITIVE = [] include Aws::Structure end |