Class: Aws::Types::UpdateWorkloadShareInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkloadShareInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permission_type ⇒ "READONLY", "CONTRIBUTOR"
Returns the value of attribute permission_type.
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#permission_type ⇒ "READONLY", "CONTRIBUTOR"
Returns the value of attribute permission_type.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def @permission_type end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def share_id @share_id end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def workload_id @workload_id end |