Class: Aws::Types::WorkloadShare
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadShare
- 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.
-
#shared_by ⇒ ::String
Returns the value of attribute shared_by.
-
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
-
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#permission_type ⇒ "READONLY", "CONTRIBUTOR"
Returns the value of attribute permission_type.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def @permission_type end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def share_id @share_id end |
#shared_by ⇒ ::String
Returns the value of attribute shared_by.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def shared_by @shared_by end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def shared_with @shared_with end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def status @status end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def workload_id @workload_id end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def workload_name @workload_name end |