Class: Aws::Types::CreateWorkloadShareInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkloadShareInput
- 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.
-
#permission_type ⇒ "READONLY", "CONTRIBUTOR"
Returns the value of attribute permission_type.
-
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
-
#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.
507 508 509 |
# File 'sig/types.rbs', line 507 def client_request_token @client_request_token end |
#permission_type ⇒ "READONLY", "CONTRIBUTOR"
Returns the value of attribute permission_type.
506 507 508 |
# File 'sig/types.rbs', line 506 def @permission_type end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
505 506 507 |
# File 'sig/types.rbs', line 505 def shared_with @shared_with end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def workload_id @workload_id end |