Class: Aws::Types::UpdateReadinessCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReadinessCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
-
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
Instance Attribute Details
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
484 485 486 |
# File 'sig/types.rbs', line 484 def readiness_check_name @readiness_check_name end |
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
485 486 487 |
# File 'sig/types.rbs', line 485 def resource_set_name @resource_set_name end |