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.
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 |
#status ⇒ String
Status of the retrieval.
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 |