Class: Aws::Route53RecoveryReadiness::Types::CreateReadinessCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::CreateReadinessCheckResponse
- 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
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 178 class CreateReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#readiness_check_name ⇒ String
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 178 class CreateReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_set ⇒ String
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 178 class CreateReadinessCheckResponse < 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.
178 179 180 181 182 183 184 185 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 178 class CreateReadinessCheckResponse < Struct.new( :readiness_check_arn, :readiness_check_name, :resource_set, :tags) SENSITIVE = [] include Aws::Structure end |