Class: Aws::Types::CreateReadinessCheckResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateReadinessCheckResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#readiness_check_arn ⇒ ::String
Returns the value of attribute readiness_check_arn.
-
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
-
#resource_set ⇒ ::String
Returns the value of attribute resource_set.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#readiness_check_arn ⇒ ::String
Returns the value of attribute readiness_check_arn.
64 65 66 |
# File 'sig/types.rbs', line 64 def readiness_check_arn @readiness_check_arn end |
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def readiness_check_name @readiness_check_name end |
#resource_set ⇒ ::String
Returns the value of attribute resource_set.
66 67 68 |
# File 'sig/types.rbs', line 66 def resource_set @resource_set end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
67 68 69 |
# File 'sig/types.rbs', line 67 def @tags end |