Class: Aws::Types::DescribeRuleGroupSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRuleGroupSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
-
#summary ⇒ Types::Summary
Returns the value of attribute summary.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
734 735 736 |
# File 'sig/types.rbs', line 734 def description @description end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
733 734 735 |
# File 'sig/types.rbs', line 733 def rule_group_name @rule_group_name end |
#summary ⇒ Types::Summary
Returns the value of attribute summary.
735 736 737 |
# File 'sig/types.rbs', line 735 def summary @summary end |