Class: Aws::Pinpoint::Types::UpdateSegmentResponse

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.



7791
7792
7793
7794
# File 'lib/aws-sdk-pinpoint/types.rb', line 7791

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