Class: Aws::Types::LensShareSummary
- Inherits:
-
Object
- Object
- Aws::Types::LensShareSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#share_id ⇒ ::String
Returns the value of attribute share_id.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def share_id @share_id end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def shared_with @shared_with end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def @status_message end |