Class: Aws::XRay::Types::UpdateTraceSegmentDestinationResult

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 destination of the trace segments.

Returns:

  • (String)


3798
3799
3800
3801
3802
3803
# File 'lib/aws-sdk-xray/types.rb', line 3798

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

#statusString

The status of the update.

Returns:

  • (String)


3798
3799
3800
3801
3802
3803
# File 'lib/aws-sdk-xray/types.rb', line 3798

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