Class: Aws::Pinpoint::Types::GetSegmentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#segment_response ⇒ Types::SegmentResponse
Provides information about the configuration, dimension, and other settings for a segment.
Instance Attribute Details
#segment_response ⇒ Types::SegmentResponse
Provides information about the configuration, dimension, and other settings for a segment.
9211 9212 9213 9214 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9211 class GetSegmentVersionResponse < Struct.new( :segment_response) include Aws::Structure end |