Class: Aws::Types::CreateReadinessCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReadinessCheckRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
57 58 59 |
# File 'sig/types.rbs', line 57 def readiness_check_name @readiness_check_name end |
#resource_set_name ⇒ ::String
Returns the value of attribute resource_set_name.
58 59 60 |
# File 'sig/types.rbs', line 58 def resource_set_name @resource_set_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
59 60 61 |
# File 'sig/types.rbs', line 59 def @tags end |