Class: Aws::Types::DeleteApplicationAccessScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationAccessScopeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#scope ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
288 289 290 |
# File 'sig/types.rbs', line 288 def application_arn @application_arn end |
#scope ⇒ ::String
Returns the value of attribute scope.
289 290 291 |
# File 'sig/types.rbs', line 289 def scope @scope end |