Class: Aws::Types::GrantItem
- Inherits:
-
Object
- Object
- Aws::Types::GrantItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant ⇒ Types::Grant
Returns the value of attribute grant.
-
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
Instance Attribute Details
#grant ⇒ Types::Grant
Returns the value of attribute grant.
661 662 663 |
# File 'sig/types.rbs', line 661 def grant @grant end |
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
660 661 662 |
# File 'sig/types.rbs', line 660 def grant_type @grant_type end |