Class: Aws::Pinpoint::Types::GetSegmentVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#segments_response ⇒ Types::SegmentsResponse
Segments in your account.
Instance Attribute Details
#segments_response ⇒ Types::SegmentsResponse
Segments in your account.
2980 2981 2982 2983 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2980 class GetSegmentVersionsResponse < Struct.new( :segments_response) include Aws::Structure end |