GetAutomationRuleResult

data class GetAutomationRuleResult(val actions: List<AutomationRulesAction>? = null, val createdAt: String? = null, val createdBy: String? = null, val criteria: AutomationRulesFindingFilters? = null, val description: String? = null, val isTerminal: Boolean? = null, val ruleArn: String? = null, val ruleName: String? = null, val ruleOrder: Int? = null, val ruleStatus: AutomationRuleRuleStatus? = null, val tags: AutomationRuleTags? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val createdAt: String? = null

The date and time when Automation Rule was created

Link copied to clipboard
val createdBy: String? = null

The identifier by which created the rule

Link copied to clipboard

The rule criteria for evaluating findings

Link copied to clipboard
val description: String? = null

Rule description

Link copied to clipboard
val isTerminal: Boolean? = null

If Rule is a terminal rule

Link copied to clipboard
val ruleArn: String? = null

An Automation Rule Arn is automatically created

Link copied to clipboard
val ruleName: String? = null

Rule name

Link copied to clipboard
val ruleOrder: Int? = null

Rule order value

Link copied to clipboard

Status of the Rule upon creation

Link copied to clipboard
Link copied to clipboard
val updatedAt: String? = null

The date and time when Automation Rule was last updated