Class: Aws::Types::TargetGrant
- Inherits:
-
Object
- Object
- Aws::Types::TargetGrant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
-
#permission ⇒ "FULL_CONTROL", ...
Returns the value of attribute permission.
Instance Attribute Details
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def grantee @grantee end |
#permission ⇒ "FULL_CONTROL", ...
Returns the value of attribute permission.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def end |