enum
Amazonite::CloudWatchLogs::IndexCategory
Defined in:
cloudwatch_logs/index_category.crEnum Members
-
Default =
0 -
Custom =
1 -
Auto =
2 -
Inactive =
3
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACWL::IndexCategory
- .from_json_object_key?(key : String) : ACWL::IndexCategory | Nil
- .to_json(e : IndexCategory, json : JSON::Builder) : Nil
Instance Method Summary
-
#auto?
Returns
trueif this enum value equalsAuto -
#custom?
Returns
trueif this enum value equalsCustom -
#default?
Returns
trueif this enum value equalsDefault -
#inactive?
Returns
trueif this enum value equalsInactive - #to_json_object_key : String