Class: Aws::Types::ClusterNodeDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterNodeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_type ⇒ "Spot", "OnDemand"
Returns the value of attribute capacity_type.
-
#current_image_id ⇒ ::String
Returns the value of attribute current_image_id.
-
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
-
#desired_image_id ⇒ ::String
Returns the value of attribute desired_image_id.
-
#desired_image_release_version ⇒ ::String
Returns the value of attribute desired_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_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#kubernetes_config ⇒ Types::ClusterKubernetesConfigNodeDetails
Returns the value of attribute kubernetes_config.
-
#last_software_update_time ⇒ ::Time
Returns the value of attribute last_software_update_time.
-
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
-
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
-
#network_interface ⇒ Types::ClusterNetworkInterfaceDetails
Returns the value of attribute network_interface.
-
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
-
#override_vpc_config ⇒ Types::VpcConfig
Returns the value of attribute override_vpc_config.
-
#placement ⇒ Types::ClusterInstancePlacement
Returns the value of attribute placement.
-
#private_dns_hostname ⇒ ::String
Returns the value of attribute private_dns_hostname.
-
#private_primary_ip ⇒ ::String
Returns the value of attribute private_primary_ip.
-
#private_primary_ipv_6 ⇒ ::String
Returns the value of attribute private_primary_ipv_6.
-
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
-
#ultra_server_info ⇒ Types::UltraServerInfo
Returns the value of attribute ultra_server_info.
Instance Attribute Details
#capacity_type ⇒ "Spot", "OnDemand"
Returns the value of attribute capacity_type.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def capacity_type @capacity_type end |
#current_image_id ⇒ ::String
Returns the value of attribute current_image_id.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def current_image_id @current_image_id end |
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def current_image_release_version @current_image_release_version end |
#desired_image_id ⇒ ::String
Returns the value of attribute desired_image_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def desired_image_id @desired_image_id end |
#desired_image_release_version ⇒ ::String
Returns the value of attribute desired_image_release_version.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def desired_image_release_version @desired_image_release_version end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def image_version_status @image_version_status end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def instance_group_name @instance_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def instance_id @instance_id end |
#instance_status ⇒ Types::ClusterInstanceStatusDetails
Returns the value of attribute instance_status.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def instance_status @instance_status end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def instance_type @instance_type end |
#kubernetes_config ⇒ Types::ClusterKubernetesConfigNodeDetails
Returns the value of attribute kubernetes_config.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def kubernetes_config @kubernetes_config end |
#last_software_update_time ⇒ ::Time
Returns the value of attribute last_software_update_time.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def last_software_update_time @last_software_update_time end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def launch_time @launch_time end |
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def life_cycle_config @life_cycle_config end |
#network_interface ⇒ Types::ClusterNetworkInterfaceDetails
Returns the value of attribute network_interface.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def network_interface @network_interface end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def node_logical_id @node_logical_id end |
#override_vpc_config ⇒ Types::VpcConfig
Returns the value of attribute override_vpc_config.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def override_vpc_config @override_vpc_config end |
#placement ⇒ Types::ClusterInstancePlacement
Returns the value of attribute placement.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def placement @placement end |
#private_dns_hostname ⇒ ::String
Returns the value of attribute private_dns_hostname.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def private_dns_hostname @private_dns_hostname end |
#private_primary_ip ⇒ ::String
Returns the value of attribute private_primary_ip.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def private_primary_ip @private_primary_ip end |
#private_primary_ipv_6 ⇒ ::String
Returns the value of attribute private_primary_ipv_6.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def private_primary_ipv_6 @private_primary_ipv_6 end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def threads_per_core @threads_per_core end |
#ultra_server_info ⇒ Types::UltraServerInfo
Returns the value of attribute ultra_server_info.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def ultra_server_info @ultra_server_info end |