Class: Aws::XRay::Types::UpdateTraceSegmentDestinationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::XRay::Types::UpdateTraceSegmentDestinationResult
 
- Defined in:
- gems/aws-sdk-xray/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.
| 3930 3931 3932 3933 3934 3935 | # File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3930 class UpdateTraceSegmentDestinationResult < Struct.new( :destination, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the update.
| 3930 3931 3932 3933 3934 3935 | # File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3930 class UpdateTraceSegmentDestinationResult < Struct.new( :destination, :status) SENSITIVE = [] include Aws::Structure end |