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.
739 740 741 |
# File 'sig/types.rbs', line 739 def description @description end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
738 739 740 |
# File 'sig/types.rbs', line 738 def rule_group_name @rule_group_name end |
#summary ⇒ Types::Summary
Returns the value of attribute summary.
740 741 742 |
# File 'sig/types.rbs', line 740 def summary @summary end |