Class: Aws::Pinpoint::Types::GetSegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentsResponse
- 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.
3014 3015 3016 3017 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3014 class GetSegmentsResponse < Struct.new( :segments_response) include Aws::Structure end |