Class: Aws::Pinpoint::Types::GetSegmentVersionResponse

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

#segment_responseTypes::SegmentResponse

Provides information about the configuration, dimension, and other settings for a segment.



7311
7312
7313
7314
7315
# File 'lib/aws-sdk-pinpoint/types.rb', line 7311

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