Class: Aws::Pinpoint::Types::GetSegmentVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentVersionsRequest
- 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
7321 7322 7323 7324 7325 7326 7327 7328 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7321 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
7321 7322 7323 7324 7325 7326 7327 7328 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7321 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
7321 7322 7323 7324 7325 7326 7327 7328 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7321 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
7321 7322 7323 7324 7325 7326 7327 7328 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7321 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |