Class: Aws::Route53RecoveryReadiness::Types::UpdateReadinessCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::UpdateReadinessCheckResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #readiness_check_arn ⇒ String
- #readiness_check_name ⇒ String
- #resource_set ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#readiness_check_arn ⇒ String
1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1405 class UpdateReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#readiness_check_name ⇒ String
1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1405 class UpdateReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set ⇒ String
1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1405 class UpdateReadinessCheckResponse < 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.
1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1405 class UpdateReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |