Class: Aws::Types::CreateWorkloadOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkloadOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workload_arn ⇒ ::String
Returns the value of attribute workload_arn.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#workload_arn ⇒ ::String
Returns the value of attribute workload_arn.
498 499 500 |
# File 'sig/types.rbs', line 498 def workload_arn @workload_arn end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
497 498 499 |
# File 'sig/types.rbs', line 497 def workload_id @workload_id end |