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.



5987
5988
5989
5990
# File 'lib/aws-sdk-pinpoint/types.rb', line 5987

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