enum
Amazonite::CloudWatchLogs::ScheduledQueryDestinationType
Defined in:
cloudwatch_logs/scheduled_query_destination_type.crEnum Members
-
S3 =
0 -
LookupTable =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACWL::ScheduledQueryDestinationType
- .from_json_object_key?(key : String) : ACWL::ScheduledQueryDestinationType | Nil
- .to_json(e : ScheduledQueryDestinationType, json : JSON::Builder) : Nil
Instance Method Summary
-
#lookup_table?
Returns
trueif this enum value equalsLookupTable -
#s3?
Returns
trueif this enum value equalsS3 - #to_json_object_key : String
Class Method Detail
def self.from_json_object_key?(key : String) : ACWL::ScheduledQueryDestinationType | Nil
#