Class: Aws::Route53RecoveryReadiness::Types::ReadinessCheckOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ReadinessCheckOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
A readiness check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#readiness_check_arn ⇒ String
The Amazon Resource Name (ARN) associated with a readiness check.
-
#readiness_check_name ⇒ String
Name of a readiness check.
-
#resource_set ⇒ String
Name of the resource set to be checked.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#readiness_check_arn ⇒ String
The Amazon Resource Name (ARN) associated with a readiness check.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1043 class ReadinessCheckOutput < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#readiness_check_name ⇒ String
Name of a readiness check.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1043 class ReadinessCheckOutput < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set ⇒ String
Name of the resource set to be checked.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1043 class ReadinessCheckOutput < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1043 class ReadinessCheckOutput < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |