enum
Amazonite::ApiGateway::CacheClusterStatus
Overview
Returns the status of the CacheCluster.
Defined in:
api_gateway/cache_cluster_status.crEnum Members
-
CreateInProgress =
0 -
Available =
1 -
DeleteInProgress =
2 -
NotAvailable =
3 -
FlushInProgress =
4
Class Method Summary
- .from_json(pull : JSON::PullParser) : AAG::CacheClusterStatus
- .from_json_object_key?(key : String) : AAG::CacheClusterStatus | Nil
- .to_json(e : CacheClusterStatus, json : JSON::Builder) : Nil
Instance Method Summary
-
#available?
Returns
trueif this enum value equalsAvailable -
#create_in_progress?
Returns
trueif this enum value equalsCreateInProgress -
#delete_in_progress?
Returns
trueif this enum value equalsDeleteInProgress -
#flush_in_progress?
Returns
trueif this enum value equalsFlushInProgress -
#not_available?
Returns
trueif this enum value equalsNotAvailable - #to_json_object_key : String