Class: Aws::XRay::Types::FaultRootCauseService
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::FaultRootCauseService
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
A collection of fields identifying the services in a trace summary fault.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account ID associated to the service.
 - 
  
    
      #entity_path  ⇒ Array<Types::FaultRootCauseEntity> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The path of root cause entities found on the service.
 - 
  
    
      #inferred  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Boolean value indicating if the service is inferred from the trace.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service name.
 - 
  
    
      #names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of associated service names.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type associated to the service.
 
Instance Attribute Details
#account_id ⇒ String
The account ID associated to the service.
      685 686 687 688 689 690 691 692 693 694  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 685 class FaultRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end  | 
  
#entity_path ⇒ Array<Types::FaultRootCauseEntity>
The path of root cause entities found on the service.
      685 686 687 688 689 690 691 692 693 694  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 685 class FaultRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end  | 
  
#inferred ⇒ Boolean
A Boolean value indicating if the service is inferred from the trace.
      685 686 687 688 689 690 691 692 693 694  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 685 class FaultRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The service name.
      685 686 687 688 689 690 691 692 693 694  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 685 class FaultRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end  | 
  
#names ⇒ Array<String>
A collection of associated service names.
      685 686 687 688 689 690 691 692 693 694  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 685 class FaultRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type associated to the service.
      685 686 687 688 689 690 691 692 693 694  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 685 class FaultRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end  |