Class: Aws::Types::AgentPreview
- Inherits:
-
Object
- Object
- Aws::Types::AgentPreview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_health ⇒ "HEALTHY", ...
Returns the value of attribute agent_health.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#auto_scaling_group ⇒ ::String
Returns the value of attribute auto_scaling_group.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ipv4_address ⇒ ::String
Returns the value of attribute ipv4_address.
-
#kernel_version ⇒ ::String
Returns the value of attribute kernel_version.
-
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
Instance Attribute Details
#agent_health ⇒ "HEALTHY", ...
Returns the value of attribute agent_health.
45 46 47 |
# File 'sig/types.rbs', line 45 def agent_health @agent_health end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
46 47 48 |
# File 'sig/types.rbs', line 46 def agent_version @agent_version end |
#auto_scaling_group ⇒ ::String
Returns the value of attribute auto_scaling_group.
44 45 46 |
# File 'sig/types.rbs', line 44 def auto_scaling_group @auto_scaling_group end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
42 43 44 |
# File 'sig/types.rbs', line 42 def hostname @hostname end |
#ipv4_address ⇒ ::String
Returns the value of attribute ipv4_address.
49 50 51 |
# File 'sig/types.rbs', line 49 def ipv4_address @ipv4_address end |
#kernel_version ⇒ ::String
Returns the value of attribute kernel_version.
48 49 50 |
# File 'sig/types.rbs', line 48 def kernel_version @kernel_version end |
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
47 48 49 |
# File 'sig/types.rbs', line 47 def end |