Class: Aws::XRay::Types::GetTraceGraphResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetTraceGraphResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination token.
 - 
  
    
      #services  ⇒ Array<Types::Service> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The services that have processed one of the specified requests.
 
Instance Attribute Details
#next_token ⇒ String
Pagination token.
      1374 1375 1376 1377 1378 1379  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1374 class GetTraceGraphResult < Struct.new( :services, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#services ⇒ Array<Types::Service>
The services that have processed one of the specified requests.
      1374 1375 1376 1377 1378 1379  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1374 class GetTraceGraphResult < Struct.new( :services, :next_token) SENSITIVE = [] include Aws::Structure end  |