Class: Aws::Types::Nodegroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_type"AL2_x86_64", ...

Returns the value of attribute ami_type.

Returns:

  • ("AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "WINDOWS_CORE_2025_x86_64", "WINDOWS_FULL_2025_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def ami_type
  @ami_type
end

#capacity_type"ON_DEMAND", ...

Returns the value of attribute capacity_type.

Returns:

  • ("ON_DEMAND", "SPOT", "CAPACITY_BLOCK")


1477
1478
1479
# File 'sig/types.rbs', line 1477

def capacity_type
  @capacity_type
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def created_at
  @created_at
end

#disk_size::Integer

Returns the value of attribute disk_size.

Returns:

  • (::Integer)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def disk_size
  @disk_size
end

#healthTypes::NodegroupHealth

Returns the value of attribute health.



1488
1489
1490
# File 'sig/types.rbs', line 1488

def health
  @health
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


1479
1480
1481
# File 'sig/types.rbs', line 1479

def instance_types
  @instance_types
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


1484
1485
1486
# File 'sig/types.rbs', line 1484

def labels
  @labels
end

#launch_templateTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template.



1491
1492
1493
# File 'sig/types.rbs', line 1491

def launch_template
  @launch_template
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def modified_at
  @modified_at
end

#node_repair_configTypes::NodeRepairConfig

Returns the value of attribute node_repair_config.



1490
1491
1492
# File 'sig/types.rbs', line 1490

def node_repair_config
  @node_repair_config
end

#node_role::String

Returns the value of attribute node_role.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def node_role
  @node_role
end

#nodegroup_arn::String

Returns the value of attribute nodegroup_arn.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def nodegroup_arn
  @nodegroup_arn
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def nodegroup_name
  @nodegroup_name
end

#release_version::String

Returns the value of attribute release_version.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def release_version
  @release_version
end

#remote_accessTypes::RemoteAccessConfig

Returns the value of attribute remote_access.



1481
1482
1483
# File 'sig/types.rbs', line 1481

def remote_access
  @remote_access
end

#resourcesTypes::NodegroupResources

Returns the value of attribute resources.



1486
1487
1488
# File 'sig/types.rbs', line 1486

def resources
  @resources
end

#scaling_configTypes::NodegroupScalingConfig

Returns the value of attribute scaling_config.



1478
1479
1480
# File 'sig/types.rbs', line 1478

def scaling_config
  @scaling_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "DEGRADED")


1476
1477
1478
# File 'sig/types.rbs', line 1476

def status
  @status
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


1480
1481
1482
# File 'sig/types.rbs', line 1480

def subnets
  @subnets
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1492
1493
1494
# File 'sig/types.rbs', line 1492

def tags
  @tags
end

#taints::Array[Types::Taint]

Returns the value of attribute taints.

Returns:



1485
1486
1487
# File 'sig/types.rbs', line 1485

def taints
  @taints
end

#update_configTypes::NodegroupUpdateConfig

Returns the value of attribute update_config.



1489
1490
1491
# File 'sig/types.rbs', line 1489

def update_config
  @update_config
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def version
  @version
end

#warm_pool_configTypes::WarmPoolConfig

Returns the value of attribute warm_pool_config.



1493
1494
1495
# File 'sig/types.rbs', line 1493

def warm_pool_config
  @warm_pool_config
end