Class: Aws::Types::ComputeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComputeConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#worker ⇒ Types::WorkerComputeConfiguration
Returns the value of attribute worker.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
210 211 212 |
# File 'sig/types.rbs', line 210 def unknown @unknown end |
#worker ⇒ Types::WorkerComputeConfiguration
Returns the value of attribute worker.
209 210 211 |
# File 'sig/types.rbs', line 209 def worker @worker end |