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.



5949
5950
5951
5952
# File 'lib/aws-sdk-pinpoint/types.rb', line 5949

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