Class: Aws::Types::CreateWorkloadShareOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkloadShareOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#share_id ⇒ ::String
Returns the value of attribute share_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def share_id @share_id end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
512 513 514 |
# File 'sig/types.rbs', line 512 def workload_id @workload_id end |