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.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def application_arn @application_arn end |
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def @authorized_targets end |
#scope ⇒ ::String
Returns the value of attribute scope.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def scope @scope end |