Class: Aws::Types::DeleteRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
-
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
Instance Attribute Details
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
480 481 482 |
# File 'sig/types.rbs', line 480 def rule_group_arn @rule_group_arn end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
479 480 481 |
# File 'sig/types.rbs', line 479 def rule_group_name @rule_group_name end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
481 482 483 |
# File 'sig/types.rbs', line 481 def type @type end |