Class: Aws::Types::CreateAutomationRuleV2Request

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:



5144
5145
5146
# File 'sig/types.rbs', line 5144

def actions
  @actions
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5146
5147
5148
# File 'sig/types.rbs', line 5146

def client_token
  @client_token
end

#criteriaTypes::Criteria

Returns the value of attribute criteria.

Returns:



5143
5144
5145
# File 'sig/types.rbs', line 5143

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5141
5142
5143
# File 'sig/types.rbs', line 5141

def description
  @description
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


5139
5140
5141
# File 'sig/types.rbs', line 5139

def rule_name
  @rule_name
end

#rule_order::Float

Returns the value of attribute rule_order.

Returns:

  • (::Float)


5142
5143
5144
# File 'sig/types.rbs', line 5142

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


5140
5141
5142
# File 'sig/types.rbs', line 5140

def rule_status
  @rule_status
end

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

Returns the value of attribute tags.

Returns:

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


5145
5146
5147
# File 'sig/types.rbs', line 5145

def tags
  @tags
end