Class: Aws::Types::CreateAutomationRuleV2Response
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomationRuleV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
5151 5152 5153 |
# File 'sig/types.rbs', line 5151 def rule_arn @rule_arn end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def rule_id @rule_id end |