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_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def resource_arn @resource_arn end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def web_acl_id @web_acl_id end |