Class: Aws::XRay::Types::UpdateTraceSegmentDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The configured destination of trace segments.

Returns:

  • (String)


3782
3783
3784
3785
3786
# File 'lib/aws-sdk-xray/types.rb', line 3782

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