Class: Aws::Types::AwsWafv2WebAclDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafv2WebAclDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#captcha_config ⇒ Types::AwsWafv2WebAclCaptchaConfigDetails
Returns the value of attribute captcha_config.
-
#default_action ⇒ Types::AwsWafv2WebAclActionDetails
Returns the value of attribute default_action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#managedby_firewall_manager ⇒ Boolean
Returns the value of attribute managedby_firewall_manager.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::AwsWafv2RulesDetails]
Returns the value of attribute rules.
-
#visibility_config ⇒ Types::AwsWafv2VisibilityConfigDetails
Returns the value of attribute visibility_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def arn @arn end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
4704 4705 4706 |
# File 'sig/types.rbs', line 4704 def capacity @capacity end |
#captcha_config ⇒ Types::AwsWafv2WebAclCaptchaConfigDetails
Returns the value of attribute captcha_config.
4705 4706 4707 |
# File 'sig/types.rbs', line 4705 def captcha_config @captcha_config end |
#default_action ⇒ Types::AwsWafv2WebAclActionDetails
Returns the value of attribute default_action.
4706 4707 4708 |
# File 'sig/types.rbs', line 4706 def default_action @default_action end |
#description ⇒ ::String
Returns the value of attribute description.
4707 4708 4709 |
# File 'sig/types.rbs', line 4707 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def id @id end |
#managedby_firewall_manager ⇒ Boolean
Returns the value of attribute managedby_firewall_manager.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def managedby_firewall_manager @managedby_firewall_manager end |
#name ⇒ ::String
Returns the value of attribute name.
4700 4701 4702 |
# File 'sig/types.rbs', line 4700 def name @name end |
#rules ⇒ ::Array[Types::AwsWafv2RulesDetails]
Returns the value of attribute rules.
4708 4709 4710 |
# File 'sig/types.rbs', line 4708 def rules @rules end |
#visibility_config ⇒ Types::AwsWafv2VisibilityConfigDetails
Returns the value of attribute visibility_config.
4709 4710 4711 |
# File 'sig/types.rbs', line 4709 def visibility_config @visibility_config end |