Class: Aws::Pinpoint::Types::GetSegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#segments_response ⇒ Types::SegmentsResponse
Provides information about all the segments that are associated with an application.
Instance Attribute Details
#segments_response ⇒ Types::SegmentsResponse
Provides information about all the segments that are associated with an application.
9294 9295 9296 9297 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9294 class GetSegmentsResponse < Struct.new( :segments_response) include Aws::Structure end |