Class: Aws::Pinpoint::Types::CreateSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateSegmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#segment_response ⇒ Types::SegmentResponse
Segment definition.
Instance Attribute Details
#segment_response ⇒ Types::SegmentResponse
Segment definition.
1083 1084 1085 1086 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1083 class CreateSegmentResponse < Struct.new( :segment_response) include Aws::Structure end |