Class: Aws::Types::CreateAutomationRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::AutomationRulesAction]

Returns the value of attribute actions.

Returns:



5129
5130
5131
# File 'sig/types.rbs', line 5129

def actions
  @actions
end

#criteriaTypes::AutomationRulesFindingFilters

Returns the value of attribute criteria.



5128
5129
5130
# File 'sig/types.rbs', line 5128

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5126
5127
5128
# File 'sig/types.rbs', line 5126

def description
  @description
end

#is_terminalBoolean

Returns the value of attribute is_terminal.

Returns:

  • (Boolean)


5127
5128
5129
# File 'sig/types.rbs', line 5127

def is_terminal
  @is_terminal
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


5125
5126
5127
# File 'sig/types.rbs', line 5125

def rule_name
  @rule_name
end

#rule_order::Integer

Returns the value of attribute rule_order.

Returns:

  • (::Integer)


5124
5125
5126
# File 'sig/types.rbs', line 5124

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


5123
5124
5125
# File 'sig/types.rbs', line 5123

def rule_status
  @rule_status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


5122
5123
5124
# File 'sig/types.rbs', line 5122

def tags
  @tags
end