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