Class: Aws::XRay::Types::GetTraceGraphResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::XRay::Types::GetTraceGraphResult
 
- Defined in:
- gems/aws-sdk-xray/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.
| 1390 1391 1392 1393 1394 1395 | # File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1390 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.
| 1390 1391 1392 1393 1394 1395 | # File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1390 class GetTraceGraphResult < Struct.new( :services, :next_token) SENSITIVE = [] include Aws::Structure end |