Class: Aws::Types::GetReadinessCheckResourceStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReadinessCheckResourceStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
188 189 190 |
# File 'sig/types.rbs', line 188 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
189 190 191 |
# File 'sig/types.rbs', line 189 def next_token @next_token end |
#readiness_check_name ⇒ ::String
Returns the value of attribute readiness_check_name.
190 191 192 |
# File 'sig/types.rbs', line 190 def readiness_check_name @readiness_check_name end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
191 192 193 |
# File 'sig/types.rbs', line 191 def resource_identifier @resource_identifier end |