Class: Aws::Types::S3Grant
- Inherits:
-
Object
- Object
- Aws::Types::S3Grant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grantee ⇒ Types::S3Grantee
Returns the value of attribute grantee.
-
#permission ⇒ "FULL_CONTROL", ...
Returns the value of attribute permission.
Instance Attribute Details
#grantee ⇒ Types::S3Grantee
Returns the value of attribute grantee.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def grantee @grantee end |
#permission ⇒ "FULL_CONTROL", ...
Returns the value of attribute permission.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def end |