Class: Aws::Types::DescribeRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def instance_id @instance_id end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def rule_id @rule_id end |