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
7354 7355 7356 7357 7358 7359 7360 7361 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7354 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
7354 7355 7356 7357 7358 7359 7360 7361 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7354 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
7354 7355 7356 7357 7358 7359 7360 7361 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7354 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
7354 7355 7356 7357 7358 7359 7360 7361 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7354 class GetSegmentVersionsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |