Class: Aws::Types::UpdateWorkloadShareOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkloadShareOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_share ⇒ Types::WorkloadShare
Returns the value of attribute workload_share.
Instance Attribute Details
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def workload_id @workload_id end |
#workload_share ⇒ Types::WorkloadShare
Returns the value of attribute workload_share.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def workload_share @workload_share end |