Class: Aws::Route53RecoveryControlConfig::Types::DescribeSafetyRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::DescribeSafetyRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The response when you send a DescribeSafetyRuleResponse request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_rule ⇒ Types::AssertionRule
The assertion rule in the response.
-
#gating_rule ⇒ Types::GatingRule
The gating rule in the response.
Instance Attribute Details
#assertion_rule ⇒ Types::AssertionRule
The assertion rule in the response.
623 624 625 626 627 628 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 623 class DescribeSafetyRuleResponse < Struct.new( :assertion_rule, :gating_rule) SENSITIVE = [] include Aws::Structure end |
#gating_rule ⇒ Types::GatingRule
The gating rule in the response.
623 624 625 626 627 628 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 623 class DescribeSafetyRuleResponse < Struct.new( :assertion_rule, :gating_rule) SENSITIVE = [] include Aws::Structure end |