Class: Aws::XRay::Types::GetRetrievedTracesGraphResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetRetrievedTracesGraphResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
 - 
  
    
      #retrieval_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the retrieval.
 - 
  
    
      #services  ⇒ Array<Types::RetrievedService> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Retrieved services.
 
Instance Attribute Details
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
      1089 1090 1091 1092 1093 1094 1095  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1089 class GetRetrievedTracesGraphResult < Struct.new( :retrieval_status, :services, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#retrieval_status ⇒ String
Status of the retrieval.
      1089 1090 1091 1092 1093 1094 1095  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1089 class GetRetrievedTracesGraphResult < Struct.new( :retrieval_status, :services, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#services ⇒ Array<Types::RetrievedService>
Retrieved services.
      1089 1090 1091 1092 1093 1094 1095  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1089 class GetRetrievedTracesGraphResult < Struct.new( :retrieval_status, :services, :next_token) SENSITIVE = [] include Aws::Structure end  |