Class: Aws::Route53RecoveryControlConfig::Types::DescribeSafetyRuleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb

Overview

The response when you send a DescribeSafetyRuleResponse request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_ruleTypes::AssertionRule

The assertion rule in the response.



623
624
625
626
627
628
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 623

class DescribeSafetyRuleResponse < Struct.new(
  :assertion_rule,
  :gating_rule)
  SENSITIVE = []
  include Aws::Structure
end

#gating_ruleTypes::GatingRule

The gating rule in the response.

Returns:



623
624
625
626
627
628
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 623

class DescribeSafetyRuleResponse < Struct.new(
  :assertion_rule,
  :gating_rule)
  SENSITIVE = []
  include Aws::Structure
end