You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::NodegroupResources

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_groupsArray<Types::AutoScalingGroup>

The Auto Scaling groups associated with the node group.

Returns:

#remote_access_security_groupString

The remote access security group associated with the node group. This security group controls SSH access to the worker nodes.

Returns:

  • (String)

    The remote access security group associated with the node group.