Class: Aws::Types::WorkloadShareSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadShareSummary
- 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_with ⇒ ::String
Returns the value of attribute shared_with.
-
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#permission_type ⇒ "READONLY", "CONTRIBUTOR"
Returns the value of attribute permission_type.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def @permission_type end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def share_id @share_id end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def shared_with @shared_with end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def @status_message end |