Class: Aws::Types::UpdateAutomationRulesRequestItem

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:



7975
7976
7977
# File 'sig/types.rbs', line 7975

def actions
  @actions
end

#criteriaTypes::AutomationRulesFindingFilters

Returns the value of attribute criteria.



7974
7975
7976
# File 'sig/types.rbs', line 7974

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7971
7972
7973
# File 'sig/types.rbs', line 7971

def description
  @description
end

#is_terminalBoolean

Returns the value of attribute is_terminal.

Returns:

  • (Boolean)


7973
7974
7975
# File 'sig/types.rbs', line 7973

def is_terminal
  @is_terminal
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


7968
7969
7970
# File 'sig/types.rbs', line 7968

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


7972
7973
7974
# File 'sig/types.rbs', line 7972

def rule_name
  @rule_name
end

#rule_order::Integer

Returns the value of attribute rule_order.

Returns:

  • (::Integer)


7970
7971
7972
# File 'sig/types.rbs', line 7970

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


7969
7970
7971
# File 'sig/types.rbs', line 7969

def rule_status
  @rule_status
end