GetMailManagerRuleSetResult

data class GetMailManagerRuleSetResult(val ruleSetArn: String? = null, val ruleSetId: String? = null, val ruleSetName: String? = null, val rules: List<MailManagerRuleSetRule>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(ruleSetArn: String? = null, ruleSetId: String? = null, ruleSetName: String? = null, rules: List<MailManagerRuleSetRule>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Conditional rules that are evaluated for determining actions on email.

Link copied to clipboard
val ruleSetArn: String? = null

The Amazon Resource Name (ARN) of the rule set resource.

Link copied to clipboard
val ruleSetId: String? = null

The identifier of the rule set.

Link copied to clipboard
val ruleSetName: String? = null

A user-friendly name for the rule set.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.