Class: Aws::Pinpoint::Types::GetSegmentsResponse

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.



4945
4946
4947
4948
# File 'lib/aws-sdk-pinpoint/types.rb', line 4945

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