Class: Aws::XRay::Types::UpdateTraceSegmentDestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateTraceSegmentDestinationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The destination of the trace segments.
-
#status ⇒ String
The status of the update.
Instance Attribute Details
#destination ⇒ String
The destination of the trace segments.
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 |
#status ⇒ String
The status of the update.
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 |