enum
Amazonite::CloudWatchLogs::DeliveryDestinationType
Defined in:
cloudwatch_logs/delivery_destination_type.crEnum Members
-
S3 =
0 -
Cwl =
1 -
Fh =
2 -
Xray =
3
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACWL::DeliveryDestinationType
- .from_json_object_key?(key : String) : ACWL::DeliveryDestinationType | Nil
- .to_json(e : DeliveryDestinationType, json : JSON::Builder) : Nil
Instance Method Summary
-
#cwl?
Returns
trueif this enum value equalsCwl -
#fh?
Returns
trueif this enum value equalsFh -
#s3?
Returns
trueif this enum value equalsS3 - #to_json_object_key : String
-
#xray?
Returns
trueif this enum value equalsXray