Class: Aws::Types::Permission
- Inherits:
-
Object
- Object
- Aws::Types::Permission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grantee_id ⇒ ::String
Returns the value of attribute grantee_id.
-
#grantee_type ⇒ "GROUP", "USER"
Returns the value of attribute grantee_type.
-
#permission_values ⇒ ::Array[("FULL_ACCESS" | "SEND_AS" | "SEND_ON_BEHALF")]
Returns the value of attribute permission_values.
Instance Attribute Details
#grantee_id ⇒ ::String
Returns the value of attribute grantee_id.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def grantee_id @grantee_id end |
#grantee_type ⇒ "GROUP", "USER"
Returns the value of attribute grantee_type.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def grantee_type @grantee_type end |
#permission_values ⇒ ::Array[("FULL_ACCESS" | "SEND_AS" | "SEND_ON_BEHALF")]
Returns the value of attribute permission_values.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def end |