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.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def capacity_type @capacity_type end |
#current_image_id ⇒ ::String
Returns the value of attribute current_image_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def current_image_id @current_image_id end |
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def current_image_release_version @current_image_release_version end |
#desired_image_id ⇒ ::String
Returns the value of attribute desired_image_id.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def desired_image_id @desired_image_id end |
#desired_image_release_version ⇒ ::String
Returns the value of attribute desired_image_release_version.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def desired_image_release_version @desired_image_release_version end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def image_version_status @image_version_status end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def instance_group_name @instance_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def instance_id @instance_id end |
#instance_status ⇒ Types::ClusterInstanceStatusDetails
Returns the value of attribute instance_status.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def instance_status @instance_status end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def instance_type @instance_type end |
#kubernetes_config ⇒ Types::ClusterKubernetesConfigNodeDetails
Returns the value of attribute kubernetes_config.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def kubernetes_config @kubernetes_config end |
#last_software_update_time ⇒ ::Time
Returns the value of attribute last_software_update_time.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def last_software_update_time @last_software_update_time end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def launch_time @launch_time end |
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def life_cycle_config @life_cycle_config end |
#network_interface ⇒ Types::ClusterNetworkInterfaceDetails
Returns the value of attribute network_interface.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def network_interface @network_interface end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def node_logical_id @node_logical_id end |
#override_vpc_config ⇒ Types::VpcConfig
Returns the value of attribute override_vpc_config.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def override_vpc_config @override_vpc_config end |
#placement ⇒ Types::ClusterInstancePlacement
Returns the value of attribute placement.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def placement @placement end |
#private_dns_hostname ⇒ ::String
Returns the value of attribute private_dns_hostname.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def private_dns_hostname @private_dns_hostname end |
#private_primary_ip ⇒ ::String
Returns the value of attribute private_primary_ip.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def private_primary_ip @private_primary_ip end |
#private_primary_ipv_6 ⇒ ::String
Returns the value of attribute private_primary_ipv_6.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def private_primary_ipv_6 @private_primary_ipv_6 end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def threads_per_core @threads_per_core 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 |