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