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")


1604
1605
1606
# File 'sig/types.rbs', line 1604

def ami_type
  @ami_type
end

#capacity_type"ON_DEMAND", ...

Returns the value of attribute capacity_type.

Returns:

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


1599
1600
1601
# File 'sig/types.rbs', line 1599

def capacity_type
  @capacity_type
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def created_at
  @created_at
end

#disk_size::Integer

Returns the value of attribute disk_size.

Returns:

  • (::Integer)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def disk_size
  @disk_size
end

#healthTypes::NodegroupHealth

Returns the value of attribute health.



1610
1611
1612
# File 'sig/types.rbs', line 1610

def health
  @health
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


1601
1602
1603
# File 'sig/types.rbs', line 1601

def instance_types
  @instance_types
end

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

Returns the value of attribute labels.

Returns:

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


1606
1607
1608
# File 'sig/types.rbs', line 1606

def labels
  @labels
end

#launch_templateTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template.



1613
1614
1615
# File 'sig/types.rbs', line 1613

def launch_template
  @launch_template
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def modified_at
  @modified_at
end

#node_repair_configTypes::NodeRepairConfig

Returns the value of attribute node_repair_config.



1612
1613
1614
# File 'sig/types.rbs', line 1612

def node_repair_config
  @node_repair_config
end

#node_role::String

Returns the value of attribute node_role.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def node_role
  @node_role
end

#nodegroup_arn::String

Returns the value of attribute nodegroup_arn.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def nodegroup_arn
  @nodegroup_arn
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def nodegroup_name
  @nodegroup_name
end

#release_version::String

Returns the value of attribute release_version.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def release_version
  @release_version
end

#remote_accessTypes::RemoteAccessConfig

Returns the value of attribute remote_access.



1603
1604
1605
# File 'sig/types.rbs', line 1603

def remote_access
  @remote_access
end

#resourcesTypes::NodegroupResources

Returns the value of attribute resources.



1608
1609
1610
# File 'sig/types.rbs', line 1608

def resources
  @resources
end

#scaling_configTypes::NodegroupScalingConfig

Returns the value of attribute scaling_config.



1600
1601
1602
# File 'sig/types.rbs', line 1600

def scaling_config
  @scaling_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1598
1599
1600
# File 'sig/types.rbs', line 1598

def status
  @status
end

#subnets::Array[::String]

Returns the value of attribute subnets.

Returns:

  • (::Array[::String])


1602
1603
1604
# File 'sig/types.rbs', line 1602

def subnets
  @subnets
end

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

Returns the value of attribute tags.

Returns:

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


1614
1615
1616
# File 'sig/types.rbs', line 1614

def tags
  @tags
end

#taints::Array[Types::Taint]

Returns the value of attribute taints.

Returns:



1607
1608
1609
# File 'sig/types.rbs', line 1607

def taints
  @taints
end

#update_configTypes::NodegroupUpdateConfig

Returns the value of attribute update_config.



1611
1612
1613
# File 'sig/types.rbs', line 1611

def update_config
  @update_config
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def version
  @version
end

#warm_pool_configTypes::WarmPoolConfig

Returns the value of attribute warm_pool_config.



1615
1616
1617
# File 'sig/types.rbs', line 1615

def warm_pool_config
  @warm_pool_config
end