Class: Aws::Types::UpdateWorkloadResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkloadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
599 600 601 |
# File 'sig/types.rbs', line 599 def workload_configuration @workload_configuration end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def workload_id @workload_id end |