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.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def auto_scaling_groups @auto_scaling_groups end |
#remote_access_security_group ⇒ ::String
Returns the value of attribute remote_access_security_group.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def remote_access_security_group @remote_access_security_group end |