Class: Aws::Route53RecoveryReadiness::Types::ListRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ListRulesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Readiness rule information, including the resource type, rule ID, and rule description.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The resource type that the readiness rule applies to.
-
#rule_description ⇒ String
The description of a readiness rule.
-
#rule_id ⇒ String
The ID for the readiness rule.
Instance Attribute Details
#resource_type ⇒ String
The resource type that the readiness rule applies to.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 910 class ListRulesOutput < Struct.new( :resource_type, :rule_description, :rule_id) SENSITIVE = [] include Aws::Structure end |
#rule_description ⇒ String
The description of a readiness rule.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 910 class ListRulesOutput < Struct.new( :resource_type, :rule_description, :rule_id) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ID for the readiness rule.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 910 class ListRulesOutput < Struct.new( :resource_type, :rule_description, :rule_id) SENSITIVE = [] include Aws::Structure end |