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.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def application_arn @application_arn end |
#grant ⇒ Types::Grant
Returns the value of attribute grant.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def grant @grant end |
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def grant_type @grant_type end |