Class: Aws::Types::CustomerAgentInfo
- Inherits:
-
Object
- Object
- Aws::Types::CustomerAgentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_agents ⇒ ::Integer
Returns the value of attribute active_agents.
-
#black_listed_agents ⇒ ::Integer
Returns the value of attribute black_listed_agents.
-
#healthy_agents ⇒ ::Integer
Returns the value of attribute healthy_agents.
-
#shutdown_agents ⇒ ::Integer
Returns the value of attribute shutdown_agents.
-
#total_agents ⇒ ::Integer
Returns the value of attribute total_agents.
-
#unhealthy_agents ⇒ ::Integer
Returns the value of attribute unhealthy_agents.
-
#unknown_agents ⇒ ::Integer
Returns the value of attribute unknown_agents.
Instance Attribute Details
#active_agents ⇒ ::Integer
Returns the value of attribute active_agents.
148 149 150 |
# File 'sig/types.rbs', line 148 def active_agents @active_agents end |
#black_listed_agents ⇒ ::Integer
Returns the value of attribute black_listed_agents.
150 151 152 |
# File 'sig/types.rbs', line 150 def black_listed_agents @black_listed_agents end |
#healthy_agents ⇒ ::Integer
Returns the value of attribute healthy_agents.
149 150 151 |
# File 'sig/types.rbs', line 149 def healthy_agents @healthy_agents end |
#shutdown_agents ⇒ ::Integer
Returns the value of attribute shutdown_agents.
151 152 153 |
# File 'sig/types.rbs', line 151 def shutdown_agents @shutdown_agents end |
#total_agents ⇒ ::Integer
Returns the value of attribute total_agents.
153 154 155 |
# File 'sig/types.rbs', line 153 def total_agents @total_agents end |
#unhealthy_agents ⇒ ::Integer
Returns the value of attribute unhealthy_agents.
152 153 154 |
# File 'sig/types.rbs', line 152 def unhealthy_agents @unhealthy_agents end |
#unknown_agents ⇒ ::Integer
Returns the value of attribute unknown_agents.
154 155 156 |
# File 'sig/types.rbs', line 154 def unknown_agents @unknown_agents end |