Class: Aws::Route53RecoveryReadiness::Types::DeleteReadinessCheckRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#readiness_check_nameString

Returns:

  • (String)


352
353
354
355
356
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 352

class DeleteReadinessCheckRequest < Struct.new(
  :readiness_check_name)
  SENSITIVE = []
  include Aws::Structure
end