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.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def current_image_release_version @current_image_release_version end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def image_version_status @image_version_status end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def instance_group_name @instance_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def instance_id @instance_id end |
#instance_status ⇒ Types::ClusterInstanceStatusDetails
Returns the value of attribute instance_status.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def instance_status @instance_status end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def instance_type @instance_type end |
#last_software_update_time ⇒ ::Time
Returns the value of attribute last_software_update_time.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def last_software_update_time @last_software_update_time end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def launch_time @launch_time end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def node_logical_id @node_logical_id end |
#private_dns_hostname ⇒ ::String
Returns the value of attribute private_dns_hostname.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def private_dns_hostname @private_dns_hostname end |
#ultra_server_info ⇒ Types::UltraServerInfo
Returns the value of attribute ultra_server_info.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def ultra_server_info @ultra_server_info end |