Class: Aws::Route53RecoveryReadiness::Types::GetReadinessCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::GetReadinessCheckRequest
- 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
503 504 505 506 507 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 503 class GetReadinessCheckRequest < Struct.new( :readiness_check_name) SENSITIVE = [] include Aws::Structure end |