enum Amazonite::SsmV1::AutomationExecutionFilterKey

Defined in:

ssm_v1/automation_execution_filter_key.cr

Enum Members

DocumentNamePrefix = 0
ExecutionStatus = 1
ExecutionId = 2
ParentExecutionId = 3
CurrentAction = 4
StartTimeBefore = 5
StartTimeAfter = 6
AutomationType = 7
TagKey = 8
TargetResourceGroup = 9
AutomationSubtype = 10
OpsItemId = 11

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

[View source]

Instance Method Detail

def automation_subtype? #

[View source]
def automation_type? #

[View source]
def current_action? #

[View source]
def document_name_prefix? #

[View source]
def execution_id? #

[View source]
def execution_status? #

[View source]
def ops_item_id? #

[View source]
def parent_execution_id? #

[View source]
def start_time_after? #

[View source]
def start_time_before? #

[View source]
def tag_key? #

[View source]
def target_resource_group? #

[View source]