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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 566

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