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)


634
635
636
637
638
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 634

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