Class: Aws::Pinpoint::Types::UpdateSegmentResponse

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

#segment_responseTypes::SegmentResponse

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



12961
12962
12963
12964
12965
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12961

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