Class: Aws::Types::ShareResult
- Inherits:
-
Object
- Object
- Aws::Types::ShareResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invitee_principal_id ⇒ ::String
Returns the value of attribute invitee_principal_id.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#role ⇒ "VIEWER", ...
Returns the value of attribute role.
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
-
#status ⇒ "SUCCESS", "FAILURE"
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#invitee_principal_id ⇒ ::String
Returns the value of attribute invitee_principal_id.
781 782 783 |
# File 'sig/types.rbs', line 781 def invitee_principal_id @invitee_principal_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
780 781 782 |
# File 'sig/types.rbs', line 780 def principal_id @principal_id end |
#role ⇒ "VIEWER", ...
Returns the value of attribute role.
782 783 784 |
# File 'sig/types.rbs', line 782 def role @role end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
784 785 786 |
# File 'sig/types.rbs', line 784 def share_id @share_id end |
#status ⇒ "SUCCESS", "FAILURE"
Returns the value of attribute status.
783 784 785 |
# File 'sig/types.rbs', line 783 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
785 786 787 |
# File 'sig/types.rbs', line 785 def @status_message end |