Class: Aws::Types::Grantee
- Inherits:
-
Object
- Object
- Aws::Types::Grantee
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grantee_identifier ⇒ ::String
Returns the value of attribute grantee_identifier.
-
#grantee_type ⇒ "DIRECTORY_USER", ...
Returns the value of attribute grantee_type.
Instance Attribute Details
#grantee_identifier ⇒ ::String
Returns the value of attribute grantee_identifier.
885 886 887 |
# File 'sig/types.rbs', line 885 def grantee_identifier @grantee_identifier end |
#grantee_type ⇒ "DIRECTORY_USER", ...
Returns the value of attribute grantee_type.
884 885 886 |
# File 'sig/types.rbs', line 884 def grantee_type @grantee_type end |