Class: Aws::Types::NodeInstance
- Inherits:
-
Object
- Object
- Aws::Types::NodeInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_status ⇒ "RUNNING", ...
Returns the value of attribute current_status.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#node_instance_id ⇒ ::String
Returns the value of attribute node_instance_id.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_patch_version ⇒ ::String
Returns the value of attribute package_patch_version.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
Instance Attribute Details
#current_status ⇒ "RUNNING", ...
Returns the value of attribute current_status.
620 621 622 |
# File 'sig/types.rbs', line 620 def current_status @current_status end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
621 622 623 |
# File 'sig/types.rbs', line 621 def node_id @node_id end |
#node_instance_id ⇒ ::String
Returns the value of attribute node_instance_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def node_instance_id @node_instance_id end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
623 624 625 |
# File 'sig/types.rbs', line 623 def node_name @node_name end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
624 625 626 |
# File 'sig/types.rbs', line 624 def package_name @package_name end |
#package_patch_version ⇒ ::String
Returns the value of attribute package_patch_version.
625 626 627 |
# File 'sig/types.rbs', line 625 def package_patch_version @package_patch_version end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
626 627 628 |
# File 'sig/types.rbs', line 626 def package_version @package_version end |