Class: Aws::Pinpoint::Types::GetSegmentVersionsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#segments_responseTypes::SegmentsResponse

Segments in your account.



4907
4908
4909
4910
# File 'lib/aws-sdk-pinpoint/types.rb', line 4907

class GetSegmentVersionsResponse < Struct.new(
  :segments_response)
  include Aws::Structure
end