Class: Aws::Types::AwsWafv2WebAclActionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafv2WebAclActionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Returns the value of attribute allow.
-
#block ⇒ Types::AwsWafv2ActionBlockDetails
Returns the value of attribute block.
Instance Attribute Details
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Returns the value of attribute allow.
4684 4685 4686 |
# File 'sig/types.rbs', line 4684 def allow @allow end |
#block ⇒ Types::AwsWafv2ActionBlockDetails
Returns the value of attribute block.
4685 4686 4687 |
# File 'sig/types.rbs', line 4685 def block @block end |