Class: Aws::XRay::Types::InstanceIdDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::InstanceIdDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
A list of EC2 instance IDs corresponding to the segments in a trace.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a corresponding EC2 instance.
 
Instance Attribute Details
#id ⇒ String
The ID of a corresponding EC2 instance.
      2000 2001 2002 2003 2004  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 2000 class InstanceIdDetail < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |