Class: Aws::XRay::Types::GetTraceSegmentDestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetTraceSegmentDestinationResult
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
Retrieves the current destination.
-
#status ⇒ String
Status of the retrieval.
Instance Attribute Details
#destination ⇒ String
Retrieves the current destination.
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 |
#status ⇒ String
Status of the retrieval.
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 |