Class: Aws::Pinpoint::Types::GetSegmentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentVersionResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
7334 7335 7336 7337 7338 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7334 class GetSegmentVersionResponse < Struct.new( :segment_response) SENSITIVE = [] include Aws::Structure end |