Class: Aws::EKS::Types::AutoScalingGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

An Auto Scaling group that is associated with an Amazon EKS managed node group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Auto Scaling group associated with an Amazon EKS managed node group.

Returns:

  • (String)


566
567
568
569
570
# File 'lib/aws-sdk-eks/types.rb', line 566

class AutoScalingGroup < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end