Class: Aws::Types::PutApplicationAccessScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutApplicationAccessScopeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
-
#scope ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def application_arn @application_arn end |
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def @authorized_targets end |
#scope ⇒ ::String
Returns the value of attribute scope.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def scope @scope end |