Class: Aws::Types::ComputeConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::ComputeConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#node_pools ⇒ ::Array[::String]
Returns the value of attribute node_pools.
-
#node_role_arn ⇒ ::String
Returns the value of attribute node_role_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
467 468 469 |
# File 'sig/types.rbs', line 467 def enabled @enabled end |
#node_pools ⇒ ::Array[::String]
Returns the value of attribute node_pools.
468 469 470 |
# File 'sig/types.rbs', line 468 def node_pools @node_pools end |
#node_role_arn ⇒ ::String
Returns the value of attribute node_role_arn.
469 470 471 |
# File 'sig/types.rbs', line 469 def node_role_arn @node_role_arn end |