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.



5976
5977
5978
5979
# File 'lib/aws-sdk-pinpoint/types.rb', line 5976

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