Class: Aws::Pinpoint::Types::GetSegmentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#segment_response ⇒ Types::SegmentResponse
Segment definition.
Instance Attribute Details
#segment_response ⇒ Types::SegmentResponse
Segment definition.
2941 2942 2943 2944 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2941 class GetSegmentVersionResponse < Struct.new( :segment_response) include Aws::Structure end |