Class: Aws::XRay::Types::GetTraceSegmentDestinationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetTraceSegmentDestinationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 '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 'lib/aws-sdk-xray/types.rb', line 1397 class GetTraceSegmentDestinationResult < Struct.new( :destination, :status) SENSITIVE = [] include Aws::Structure end  |