Class: Aws::Types::ListRulesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListRulesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#rule_description ⇒ ::String
Returns the value of attribute rule_description.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
332 333 334 |
# File 'sig/types.rbs', line 332 def resource_type @resource_type end |
#rule_description ⇒ ::String
Returns the value of attribute rule_description.
333 334 335 |
# File 'sig/types.rbs', line 333 def rule_description @rule_description end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
334 335 336 |
# File 'sig/types.rbs', line 334 def rule_id @rule_id end |