Class: Aws::Types::TemplateShareSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateShareSummary
- 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.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def share_id @share_id end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def shared_with @shared_with end |
#status ⇒ "ACCEPTED", ...
Returns the value of attribute status.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def @status_message end |