Class: Aws::Types::UpdateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#updates ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def change_token @change_token end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def rule_id @rule_id end |
#updates ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute updates.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def updates @updates end |