Class: Aws::Types::ListCallerAccessGrantsEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListCallerAccessGrantsEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
-
#permission ⇒ "READ", ...
Returns the value of attribute permission.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def application_arn @application_arn end |
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def grant_scope @grant_scope end |
#permission ⇒ "READ", ...
Returns the value of attribute permission.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def end |