Class: Aws::Pinpoint::Types::DeleteSegmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#segment_responseTypes::SegmentResponse

Segment definition.



2946
2947
2948
2949
# File 'lib/aws-sdk-pinpoint/types.rb', line 2946

class DeleteSegmentResponse < Struct.new(
  :segment_response)
  include Aws::Structure
end