Class: Aws::Route53RecoveryReadiness::Types::GetReadinessCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::GetReadinessCheckResponse
- 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
567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 567 class GetReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#readiness_check_name ⇒ String
567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 567 class GetReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set ⇒ String
567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 567 class GetReadinessCheckResponse < 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.
567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 567 class GetReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |