Class: Aws::ApplicationDiscoveryService::Types::CustomerAgentInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationDiscoveryService::Types::CustomerAgentInfo
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
Inventory data for installed discovery agents.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #active_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of active discovery agents. 
- 
  
    
      #black_listed_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of blacklisted discovery agents. 
- 
  
    
      #healthy_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of healthy discovery agents. 
- 
  
    
      #shutdown_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of discovery agents with status SHUTDOWN. 
- 
  
    
      #total_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Total number of discovery agents. 
- 
  
    
      #unhealthy_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of unhealthy discovery agents. 
- 
  
    
      #unknown_agents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of unknown discovery agents. 
Instance Attribute Details
#active_agents ⇒ Integer
Number of active discovery agents.
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end | 
#black_listed_agents ⇒ Integer
Number of blacklisted discovery agents.
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end | 
#healthy_agents ⇒ Integer
Number of healthy discovery agents
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end | 
#shutdown_agents ⇒ Integer
Number of discovery agents with status SHUTDOWN.
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end | 
#total_agents ⇒ Integer
Total number of discovery agents.
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end | 
#unhealthy_agents ⇒ Integer
Number of unhealthy discovery agents.
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end | 
#unknown_agents ⇒ Integer
Number of unknown discovery agents.
| 591 592 593 594 595 596 597 598 599 600 601 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 591 class CustomerAgentInfo < Struct.new( :active_agents, :healthy_agents, :black_listed_agents, :shutdown_agents, :unhealthy_agents, :total_agents, :unknown_agents) SENSITIVE = [] include Aws::Structure end |