Class: Aws::Pinpoint::Types::UpdateSegmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateSegmentResponse
- 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.
4960 4961 4962 4963 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4960 class UpdateSegmentResponse < Struct.new( :segment_response) include Aws::Structure end |