Class: Aws::Types::AssociateWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def resource_arn @resource_arn end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def web_acl_arn @web_acl_arn end |