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.



7369
7370
7371
7372
7373
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7369

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