Class: Aws::Types::GetApplicationAccessScopeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationAccessScopeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
-
#scope ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
574 575 576 |
# File 'sig/types.rbs', line 574 def @authorized_targets end |
#scope ⇒ ::String
Returns the value of attribute scope.
573 574 575 |
# File 'sig/types.rbs', line 573 def scope @scope end |