Class: Aws::Types::SharePrincipal
- Inherits:
-
Object
- Object
- Aws::Types::SharePrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#role ⇒ "VIEWER", ...
Returns the value of attribute role.
-
#type ⇒ "USER", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
773 774 775 |
# File 'sig/types.rbs', line 773 def id @id end |
#role ⇒ "VIEWER", ...
Returns the value of attribute role.
775 776 777 |
# File 'sig/types.rbs', line 775 def role @role end |
#type ⇒ "USER", ...
Returns the value of attribute type.
774 775 776 |
# File 'sig/types.rbs', line 774 def type @type end |