enum
Amazonite::EventBridge::LaunchType
Defined in:
eventbridge/launch_type.crEnum Members
-
Ec2 =
0 -
Fargate =
1 -
External =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : AEB::LaunchType
- .from_json_object_key?(key : String) : AEB::LaunchType | Nil
- .to_json(e : LaunchType, json : JSON::Builder) : Nil
Instance Method Summary
-
#ec2?
Returns
trueif this enum value equalsEc2 -
#external?
Returns
trueif this enum value equalsExternal -
#fargate?
Returns
trueif this enum value equalsFargate - #to_json_object_key : String