enum
Amazonite::CloudWatchLogs::OpenSearchResourceStatusType
Defined in:
cloudwatch_logs/open_search_resource_status_type.crEnum Members
-
Active =
0 -
NotFound =
1 -
Error =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACWL::OpenSearchResourceStatusType
- .from_json_object_key?(key : String) : ACWL::OpenSearchResourceStatusType | Nil
- .to_json(e : OpenSearchResourceStatusType, json : JSON::Builder) : Nil
Instance Method Summary
-
#active?
Returns
trueif this enum value equalsActive -
#error?
Returns
trueif this enum value equalsError -
#not_found?
Returns
trueif this enum value equalsNotFound - #to_json_object_key : String
Class Method Detail
def self.from_json_object_key?(key : String) : ACWL::OpenSearchResourceStatusType | Nil
#