Class: Aws::Types::NodegroupResources
- Inherits:
-
Object
- Object
- Aws::Types::NodegroupResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_groups ⇒ ::Array[Types::AutoScalingGroup]
Returns the value of attribute auto_scaling_groups.
-
#remote_access_security_group ⇒ ::String
Returns the value of attribute remote_access_security_group.
Instance Attribute Details
#auto_scaling_groups ⇒ ::Array[Types::AutoScalingGroup]
Returns the value of attribute auto_scaling_groups.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def auto_scaling_groups @auto_scaling_groups end |
#remote_access_security_group ⇒ ::String
Returns the value of attribute remote_access_security_group.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def remote_access_security_group @remote_access_security_group end |