Class: Aws::Types::AwsWafWebAclDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafWebAclDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_action ⇒ ::String
Returns the value of attribute default_action.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::AwsWafWebAclRule]
Returns the value of attribute rules.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#default_action ⇒ ::String
Returns the value of attribute default_action.
4593 4594 4595 |
# File 'sig/types.rbs', line 4593 def default_action @default_action end |
#name ⇒ ::String
Returns the value of attribute name.
4592 4593 4594 |
# File 'sig/types.rbs', line 4592 def name @name end |
#rules ⇒ ::Array[Types::AwsWafWebAclRule]
Returns the value of attribute rules.
4594 4595 4596 |
# File 'sig/types.rbs', line 4594 def rules @rules end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
4595 4596 4597 |
# File 'sig/types.rbs', line 4595 def web_acl_id @web_acl_id end |