Class: Aws::Types::WafConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WafConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#waf_status ⇒ "ASSOCIATING", ...
Returns the value of attribute waf_status.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
778 779 780 |
# File 'sig/types.rbs', line 778 def status_reason @status_reason end |
#waf_status ⇒ "ASSOCIATING", ...
Returns the value of attribute waf_status.
777 778 779 |
# File 'sig/types.rbs', line 777 def waf_status @waf_status end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
776 777 778 |
# File 'sig/types.rbs', line 776 def web_acl_arn @web_acl_arn end |