Class: Aws::Pinpoint::Types::GetSegmentVersionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



7347
7348
7349
7350
7351
# File 'lib/aws-sdk-pinpoint/types.rb', line 7347

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