Class: Aws::Pinpoint::Types::GetSegmentVersionResponse

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.



5906
5907
5908
5909
# File 'lib/aws-sdk-pinpoint/types.rb', line 5906

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