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