Class: Aws::EKS::Types::AutoScalingGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AutoScalingGroup
- 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
-
#name ⇒ String
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
Instance Attribute Details
#name ⇒ String
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
639 640 641 642 643 |
# File 'lib/aws-sdk-eks/types.rb', line 639 class AutoScalingGroup < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |