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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#segments_responseTypes::SegmentsResponse

Provides information about all the segments that are associated with an application.



7379
7380
7381
7382
7383
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7379

class GetSegmentsResponse < Struct.new(
  :segments_response)
  SENSITIVE = []
  include Aws::Structure
end