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)


1397
1398
1399
1400
1401
1402
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1397

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

#statusString

Status of the retrieval.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1397

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