Class: Aws::Route53RecoveryControlConfig::Types::UpdateSafetyRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::UpdateSafetyRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful UpdateSafetyRule request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_rule ⇒ Types::AssertionRule
The assertion rule updated.
-
#gating_rule ⇒ Types::GatingRule
The gating rule updated.
Instance Attribute Details
#assertion_rule ⇒ Types::AssertionRule
The assertion rule updated.
1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1382 class UpdateSafetyRuleResponse < Struct.new( :assertion_rule, :gating_rule) SENSITIVE = [] include Aws::Structure end |
#gating_rule ⇒ Types::GatingRule
The gating rule updated.
1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1382 class UpdateSafetyRuleResponse < Struct.new( :assertion_rule, :gating_rule) SENSITIVE = [] include Aws::Structure end |