Class: Aws::Pinpoint::Types::GetSegmentVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetSegmentVersionRequest data as a hash:
{
application_id: "__string", # required
segment_id: "__string", # required
version: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
2930 2931 2932 2933 2934 2935 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2930 class GetSegmentVersionRequest < Struct.new( :application_id, :segment_id, :version) include Aws::Structure end |
#segment_id ⇒ String
2930 2931 2932 2933 2934 2935 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2930 class GetSegmentVersionRequest < Struct.new( :application_id, :segment_id, :version) include Aws::Structure end |
#version ⇒ String
2930 2931 2932 2933 2934 2935 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2930 class GetSegmentVersionRequest < Struct.new( :application_id, :segment_id, :version) include Aws::Structure end |