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.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def unknown @unknown end |
#worker ⇒ Types::ProtectedJobWorkerComputeConfiguration
Returns the value of attribute worker.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def worker @worker end |