Get Automation Rule Result
fun GetAutomationRuleResult(actions: List<AutomationRulesAction>? = null, createdAt: String? = null, createdBy: String? = null, criteria: AutomationRulesFindingFilters? = null, description: String? = null, isTerminal: Boolean? = null, ruleArn: String? = null, ruleName: String? = null, ruleOrder: Int? = null, ruleStatus: AutomationRuleRuleStatus? = null, tags: AutomationRuleTags? = null, updatedAt: String? = null)