enum Amazonite::Ssm::MaintenanceWindowTaskType

Defined in:

ssm/maintenance_window_task_type.cr

Enum Members

RunCommand = 0
Automation = 1
StepFunctions = 2
Lambda = 3

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AS::MaintenanceWindowTaskType #

[View source]
def self.from_json_object_key?(key : String) : AS::MaintenanceWindowTaskType | Nil #

[View source]
def self.to_json(e : MaintenanceWindowTaskType, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def automation? #

Returns true if this enum value equals Automation


[View source]
def lambda? #

Returns true if this enum value equals Lambda


[View source]
def run_command? #

Returns true if this enum value equals RunCommand


[View source]
def step_functions? #

Returns true if this enum value equals StepFunctions


[View source]
def to_json_object_key : String #

[View source]