Class: Aws::Types::DeleteApplicationGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def application_arn @application_arn end |
#grant_type ⇒ "authorization_code", ...
Returns the value of attribute grant_type.
311 312 313 |
# File 'sig/types.rbs', line 311 def grant_type @grant_type end |