Class: Aws::Route53RecoveryReadiness::Types::DeleteReadinessCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::DeleteReadinessCheckRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#readiness_check_name ⇒ String
352 353 354 355 356 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 352 class DeleteReadinessCheckRequest < Struct.new( :readiness_check_name) SENSITIVE = [] include Aws::Structure end |