Class: Aws::Types::ProtectedJobComputeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedJobComputeConfiguration
- 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::ProtectedJobWorkerComputeConfiguration
Returns the value of attribute worker.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def unknown @unknown end |
#worker ⇒ Types::ProtectedJobWorkerComputeConfiguration
Returns the value of attribute worker.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def worker @worker end |