Class: Aws::Pinpoint::Types::CreateSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateSegmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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.
4363 4364 4365 4366 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4363 class CreateSegmentResponse < Struct.new( :segment_response) include Aws::Structure end |