Class: Aws::Types::WebACLHasOutOfScopeResourcesViolation
- Inherits:
-
Object
- Object
- Aws::Types::WebACLHasOutOfScopeResourcesViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#out_of_scope_resource_list ⇒ ::Array[::String]
Returns the value of attribute out_of_scope_resource_list.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#out_of_scope_resource_list ⇒ ::Array[::String]
Returns the value of attribute out_of_scope_resource_list.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def out_of_scope_resource_list @out_of_scope_resource_list end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def web_acl_arn @web_acl_arn end |