Class: Aws::XRay::Types::BatchGetTracesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::BatchGetTracesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination token.
 - 
  
    
      #trace_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the trace IDs of requests for which to retrieve segments.
 
Instance Attribute Details
#next_token ⇒ String
Pagination token.
      131 132 133 134 135 136  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 131 class BatchGetTracesRequest < Struct.new( :trace_ids, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#trace_ids ⇒ Array<String>
Specify the trace IDs of requests for which to retrieve segments.
      131 132 133 134 135 136  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 131 class BatchGetTracesRequest < Struct.new( :trace_ids, :next_token) SENSITIVE = [] include Aws::Structure end  |