Class: Aws::Route53RecoveryReadiness::Types::ReadinessCheckSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ReadinessCheckSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#readiness ⇒ String
The readiness status of this readiness check.
-
#readiness_check_name ⇒ String
The name of a readiness check.
Instance Attribute Details
#readiness ⇒ String
The readiness status of this readiness check.
1065 1066 1067 1068 1069 1070 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1065 class ReadinessCheckSummary < Struct.new( :readiness, :readiness_check_name) SENSITIVE = [] include Aws::Structure end |
#readiness_check_name ⇒ String
The name of a readiness check.
1065 1066 1067 1068 1069 1070 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1065 class ReadinessCheckSummary < Struct.new( :readiness, :readiness_check_name) SENSITIVE = [] include Aws::Structure end |