Class: Aws::Types::UpdateRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
-
#updates ⇒ ::Array[Types::RuleGroupUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def change_token @change_token end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def rule_group_id @rule_group_id end |
#updates ⇒ ::Array[Types::RuleGroupUpdate]
Returns the value of attribute updates.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def updates @updates end |