Class: Aws::Route53RecoveryControlConfig::Types::CreateSafetyRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateSafetyRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful CreateSafetyRule request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_rule ⇒ Types::AssertionRule
The assertion rule created.
-
#gating_rule ⇒ Types::GatingRule
The gating rule created.
Instance Attribute Details
#assertion_rule ⇒ Types::AssertionRule
The assertion rule created.
448 449 450 451 452 453 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 448 class CreateSafetyRuleResponse < Struct.new( :assertion_rule, :gating_rule) SENSITIVE = [] include Aws::Structure end |
#gating_rule ⇒ Types::GatingRule
The gating rule created.
448 449 450 451 452 453 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 448 class CreateSafetyRuleResponse < Struct.new( :assertion_rule, :gating_rule) SENSITIVE = [] include Aws::Structure end |