Class: Aws::Types::ClusterInstanceGroupDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#active_operations::Hash[("Scaling"), ::Integer]

Returns the value of attribute active_operations.



1336
1337
1338
# File 'sig/types.rbs', line 1336

def active_operations
  @active_operations
end

#active_software_update_configTypes::DeploymentConfiguration

Returns the value of attribute active_software_update_config.



1341
1342
1343
# File 'sig/types.rbs', line 1341

def active_software_update_config
  @active_software_update_config
end

#auto_patch_configTypes::ClusterAutoPatchConfigDetails

Returns the value of attribute auto_patch_config.



1330
1331
1332
# File 'sig/types.rbs', line 1330

def auto_patch_config
  @auto_patch_config
end

#capacity_requirementsTypes::ClusterCapacityRequirements

Returns the value of attribute capacity_requirements.



1338
1339
1340
# File 'sig/types.rbs', line 1338

def capacity_requirements
  @capacity_requirements
end

#current_count::Integer

Returns the value of attribute current_count.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def current_count
  @current_count
end

#current_image_id::String

Returns the value of attribute current_image_id.



1331
1332
1333
# File 'sig/types.rbs', line 1331

def current_image_id
  @current_image_id
end

#current_image_release_version::String

Returns the value of attribute current_image_release_version.



1333
1334
1335
# File 'sig/types.rbs', line 1333

def current_image_release_version
  @current_image_release_version
end

#desired_image_id::String

Returns the value of attribute desired_image_id.



1332
1333
1334
# File 'sig/types.rbs', line 1332

def desired_image_id
  @desired_image_id
end

#desired_image_release_version::String

Returns the value of attribute desired_image_release_version.



1334
1335
1336
# File 'sig/types.rbs', line 1334

def desired_image_release_version
  @desired_image_release_version
end

#execution_role::String

Returns the value of attribute execution_role.



1321
1322
1323
# File 'sig/types.rbs', line 1321

def execution_role
  @execution_role
end

#image_version_status"UpToDate", ...

Returns the value of attribute image_version_status.



1335
1336
1337
# File 'sig/types.rbs', line 1335

def image_version_status
  @image_version_status
end

#instance_group_name::String

Returns the value of attribute instance_group_name.



1316
1317
1318
# File 'sig/types.rbs', line 1316

def instance_group_name
  @instance_group_name
end

#instance_requirementsTypes::ClusterInstanceRequirementDetails

Returns the value of attribute instance_requirements.



1318
1319
1320
# File 'sig/types.rbs', line 1318

def instance_requirements
  @instance_requirements
end

#instance_storage_configs::Array[Types::ClusterInstanceStorageConfig]

Returns the value of attribute instance_storage_configs.



1323
1324
1325
# File 'sig/types.rbs', line 1323

def instance_storage_configs
  @instance_storage_configs
end

#instance_type"ml.p4d.24xlarge", ...

Returns the value of attribute instance_type.



1317
1318
1319
# File 'sig/types.rbs', line 1317

def instance_type
  @instance_type
end

#instance_type_details::Array[Types::ClusterInstanceTypeDetail]

Returns the value of attribute instance_type_details.



1319
1320
1321
# File 'sig/types.rbs', line 1319

def instance_type_details
  @instance_type_details
end

#kubernetes_configTypes::ClusterKubernetesConfigDetails

Returns the value of attribute kubernetes_config.



1337
1338
1339
# File 'sig/types.rbs', line 1337

def kubernetes_config
  @kubernetes_config
end

#life_cycle_configTypes::ClusterLifeCycleConfig

Returns the value of attribute life_cycle_config.



1320
1321
1322
# File 'sig/types.rbs', line 1320

def life_cycle_config
  @life_cycle_config
end

#min_count::Integer

Returns the value of attribute min_count.



1315
1316
1317
# File 'sig/types.rbs', line 1315

def min_count
  @min_count
end

#network_interfaceTypes::ClusterNetworkInterfaceDetails

Returns the value of attribute network_interface.



1343
1344
1345
# File 'sig/types.rbs', line 1343

def network_interface
  @network_interface
end

#on_start_deep_health_checks::Array[("InstanceStress" | "InstanceConnectivity")]

Returns the value of attribute on_start_deep_health_checks.



1324
1325
1326
# File 'sig/types.rbs', line 1324

def on_start_deep_health_checks
  @on_start_deep_health_checks
end

#override_vpc_configTypes::VpcConfig

Returns the value of attribute override_vpc_config.



1328
1329
1330
# File 'sig/types.rbs', line 1328

def override_vpc_config
  @override_vpc_config
end

#scheduled_update_configTypes::ScheduledUpdateConfig

Returns the value of attribute scheduled_update_config.



1329
1330
1331
# File 'sig/types.rbs', line 1329

def scheduled_update_config
  @scheduled_update_config
end

#slurm_configTypes::ClusterSlurmConfigDetails

Returns the value of attribute slurm_config.



1342
1343
1344
# File 'sig/types.rbs', line 1342

def slurm_config
  @slurm_config
end

#software_update_status"Pending", ...

Returns the value of attribute software_update_status.



1340
1341
1342
# File 'sig/types.rbs', line 1340

def software_update_status
  @software_update_status
end

#status"InService", ...

Returns the value of attribute status.



1325
1326
1327
# File 'sig/types.rbs', line 1325

def status
  @status
end

#target_count::Integer

Returns the value of attribute target_count.



1314
1315
1316
# File 'sig/types.rbs', line 1314

def target_count
  @target_count
end

#target_state_count::Integer

Returns the value of attribute target_state_count.



1339
1340
1341
# File 'sig/types.rbs', line 1339

def target_state_count
  @target_state_count
end

#threads_per_core::Integer

Returns the value of attribute threads_per_core.



1322
1323
1324
# File 'sig/types.rbs', line 1322

def threads_per_core
  @threads_per_core
end

#training_plan_arn::String

Returns the value of attribute training_plan_arn.



1326
1327
1328
# File 'sig/types.rbs', line 1326

def training_plan_arn
  @training_plan_arn
end

#training_plan_status::String

Returns the value of attribute training_plan_status.



1327
1328
1329
# File 'sig/types.rbs', line 1327

def training_plan_status
  @training_plan_status
end