Class: Aws::Types::ClusterNodeSummary
- Inherits:
-
Object
- Object
- Aws::Types::ClusterNodeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
-
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_status ⇒ Types::ClusterInstanceStatusDetails
Returns the value of attribute instance_status.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#last_software_update_time ⇒ ::Time
Returns the value of attribute last_software_update_time.
-
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
-
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
-
#private_dns_hostname ⇒ ::String
Returns the value of attribute private_dns_hostname.
-
#ultra_server_info ⇒ Types::UltraServerInfo
Returns the value of attribute ultra_server_info.
Instance Attribute Details
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def current_image_release_version @current_image_release_version end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def image_version_status @image_version_status end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def instance_group_name @instance_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def instance_id @instance_id end |
#instance_status ⇒ Types::ClusterInstanceStatusDetails
Returns the value of attribute instance_status.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def instance_status @instance_status end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def instance_type @instance_type end |
#last_software_update_time ⇒ ::Time
Returns the value of attribute last_software_update_time.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def last_software_update_time @last_software_update_time end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def launch_time @launch_time end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def node_logical_id @node_logical_id end |
#private_dns_hostname ⇒ ::String
Returns the value of attribute private_dns_hostname.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def private_dns_hostname @private_dns_hostname end |
#ultra_server_info ⇒ Types::UltraServerInfo
Returns the value of attribute ultra_server_info.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def ultra_server_info @ultra_server_info end |