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

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.



12969
12970
12971
12972
12973
# File 'lib/aws-sdk-pinpoint/types.rb', line 12969

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