enum Amazonite::SsmV1::AutomationExecutionFilterKey
Defined in:
ssm_v1/automation_execution_filter_key.crEnum 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
- .from_json(pull : JSON::PullParser) : AS::AutomationExecutionFilterKey
- .to_json(e : AutomationExecutionFilterKey, json : JSON::Builder) : Nil
Instance Method Summary
- #automation_subtype?
- #automation_type?
- #current_action?
- #document_name_prefix?
- #execution_id?
- #execution_status?
- #ops_item_id?
- #parent_execution_id?
- #start_time_after?
- #start_time_before?
- #tag_key?
- #target_resource_group?