Class: Aws::Types::GetReadinessCheckResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReadinessCheckResponse
- 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.
203 204 205 |
# File 'sig/types.rbs', line 203 def readiness_check_arn @readiness_check_arn end |
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def readiness_check_name @readiness_check_name end |
#resource_set ⇒ ::String
Returns the value of attribute resource_set.
205 206 207 |
# File 'sig/types.rbs', line 205 def resource_set @resource_set end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
206 207 208 |
# File 'sig/types.rbs', line 206 def @tags end |