Class: Aws::XRay::Types::GetTraceSegmentDestinationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

Retrieves the current destination.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1413

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

#statusString

Status of the retrieval.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1413

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