Class: Aws::MailManager::Types::RuleSet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

A rule set contains a list of rules that are evaluated in order. Each rule is evaluated sequentially for each email.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modification_dateTime

The last modification date of the rule set.

Returns:

  • (Time)


4048
4049
4050
4051
4052
4053
4054
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4048

class RuleSet < Struct.new(
  :rule_set_id,
  :rule_set_name,
  :last_modification_date)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_idString

The identifier of the rule set.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4048

class RuleSet < Struct.new(
  :rule_set_id,
  :rule_set_name,
  :last_modification_date)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_nameString

A user-friendly name for the rule set.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4048

class RuleSet < Struct.new(
  :rule_set_id,
  :rule_set_name,
  :last_modification_date)
  SENSITIVE = []
  include Aws::Structure
end