Class: Aws::Types::DescribeRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyze_rule_group ⇒ Boolean
Returns the value of attribute analyze_rule_group.
-
#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
#analyze_rule_group ⇒ Boolean
Returns the value of attribute analyze_rule_group.
714 715 716 |
# File 'sig/types.rbs', line 714 def analyze_rule_group @analyze_rule_group end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
712 713 714 |
# File 'sig/types.rbs', line 712 def rule_group_arn @rule_group_arn end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
711 712 713 |
# File 'sig/types.rbs', line 711 def rule_group_name @rule_group_name end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
713 714 715 |
# File 'sig/types.rbs', line 713 def type @type end |