Class: Aws::Types::PutApplicationGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutApplicationGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#grant ⇒ Types::Grant
Returns the value of attribute grant.
-
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def application_arn @application_arn end |
#grant ⇒ Types::Grant
Returns the value of attribute grant.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def grant @grant end |
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def grant_type @grant_type end |