Class: Aws::Route53RecoveryControlConfig::Types::UpdateSafetyRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::UpdateSafetyRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
Request to update a safety rule. A safety rule can be an assertion rule or a gating rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_rule_update ⇒ Types::AssertionRuleUpdate
The assertion rule to update.
-
#gating_rule_update ⇒ Types::GatingRuleUpdate
The gating rule to update.
Instance Attribute Details
#assertion_rule_update ⇒ Types::AssertionRuleUpdate
The assertion rule to update.
1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1363 class UpdateSafetyRuleRequest < Struct.new( :assertion_rule_update, :gating_rule_update) SENSITIVE = [] include Aws::Structure end |
#gating_rule_update ⇒ Types::GatingRuleUpdate
The gating rule to update.
1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1363 class UpdateSafetyRuleRequest < Struct.new( :assertion_rule_update, :gating_rule_update) SENSITIVE = [] include Aws::Structure end |