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.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def auto_scaling_groups @auto_scaling_groups end |
#remote_access_security_group ⇒ ::String
Returns the value of attribute remote_access_security_group.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def remote_access_security_group @remote_access_security_group end |