Class: Aws::Types::AgentInfo
- Inherits:
-
Object
- Object
- Aws::Types::AgentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_network_info_list ⇒ ::Array[Types::AgentNetworkInfo]
Returns the value of attribute agent_network_info_list.
-
#agent_type ⇒ ::String
Returns the value of attribute agent_type.
-
#collection_status ⇒ ::String
Returns the value of attribute collection_status.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#health ⇒ "HEALTHY", ...
Returns the value of attribute health.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#last_health_ping_time ⇒ ::String
Returns the value of attribute last_health_ping_time.
-
#registered_time ⇒ ::String
Returns the value of attribute registered_time.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def agent_id @agent_id end |
#agent_network_info_list ⇒ ::Array[Types::AgentNetworkInfo]
Returns the value of attribute agent_network_info_list.
21 22 23 |
# File 'sig/types.rbs', line 21 def agent_network_info_list @agent_network_info_list end |
#agent_type ⇒ ::String
Returns the value of attribute agent_type.
27 28 29 |
# File 'sig/types.rbs', line 27 def agent_type @agent_type end |
#collection_status ⇒ ::String
Returns the value of attribute collection_status.
26 27 28 |
# File 'sig/types.rbs', line 26 def collection_status @collection_status end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def connector_id @connector_id end |
#health ⇒ "HEALTHY", ...
Returns the value of attribute health.
24 25 26 |
# File 'sig/types.rbs', line 24 def health @health end |
#host_name ⇒ ::String
Returns the value of attribute host_name.
20 21 22 |
# File 'sig/types.rbs', line 20 def host_name @host_name end |
#last_health_ping_time ⇒ ::String
Returns the value of attribute last_health_ping_time.
25 26 27 |
# File 'sig/types.rbs', line 25 def last_health_ping_time @last_health_ping_time end |
#registered_time ⇒ ::String
Returns the value of attribute registered_time.
28 29 30 |
# File 'sig/types.rbs', line 28 def registered_time @registered_time end |
#version ⇒ ::String
Returns the value of attribute version.
23 24 25 |
# File 'sig/types.rbs', line 23 def version @version end |