Class: Aws::Types::GetApplicationAccessScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationAccessScopeRequest
- 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.
564 565 566 |
# File 'sig/types.rbs', line 564 def application_arn @application_arn end |
#scope ⇒ ::String
Returns the value of attribute scope.
565 566 567 |
# File 'sig/types.rbs', line 565 def scope @scope end |