Class: Aws::Pinpoint::Types::GetSegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
7402 7403 7404 7405 7406 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7402 class GetSegmentsResponse < Struct.new( :segments_response) SENSITIVE = [] include Aws::Structure end |