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.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def change_token @change_token end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def rule_group_id @rule_group_id end |
#updates ⇒ ::Array[Types::RuleGroupUpdate]
Returns the value of attribute updates.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def updates @updates end |