Class: Aws::Types::UpdateAutomationRuleV2Request

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::AutomationRulesActionV2]

Returns the value of attribute actions.

Returns:



7960
7961
7962
# File 'sig/types.rbs', line 7960

def actions
  @actions
end

#criteriaTypes::Criteria

Returns the value of attribute criteria.

Returns:



7959
7960
7961
# File 'sig/types.rbs', line 7959

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7957
7958
7959
# File 'sig/types.rbs', line 7957

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


7954
7955
7956
# File 'sig/types.rbs', line 7954

def identifier
  @identifier
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


7958
7959
7960
# File 'sig/types.rbs', line 7958

def rule_name
  @rule_name
end

#rule_order::Float

Returns the value of attribute rule_order.

Returns:

  • (::Float)


7956
7957
7958
# File 'sig/types.rbs', line 7956

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


7955
7956
7957
# File 'sig/types.rbs', line 7955

def rule_status
  @rule_status
end