enum
Amazonite::CloudWatchLogs::IndexType
Defined in:
cloudwatch_logs/index_type.crEnum Members
-
Facet =
0 -
FieldIndex =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACWL::IndexType
- .from_json_object_key?(key : String) : ACWL::IndexType | Nil
- .to_json(e : IndexType, json : JSON::Builder) : Nil
Instance Method Summary
-
#facet?
Returns
trueif this enum value equalsFacet -
#field_index?
Returns
trueif this enum value equalsFieldIndex - #to_json_object_key : String