Class: Aws::Pinpoint::Types::DeleteSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteSegmentResponse
- 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.
1380 1381 1382 1383 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1380 class DeleteSegmentResponse < Struct.new( :segment_response) include Aws::Structure end |