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.
641 642 643 |
# File 'sig/types.rbs', line 641 def unknown @unknown end |
#worker ⇒ Types::WorkerComputeConfiguration
Returns the value of attribute worker.
640 641 642 |
# File 'sig/types.rbs', line 640 def worker @worker end |