Class: Aws::Types::AutomationRulesConfig

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:



200
201
202
# File 'sig/types.rbs', line 200

def actions
  @actions
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def created_by
  @created_by
end

#criteriaTypes::AutomationRulesFindingFilters

Returns the value of attribute criteria.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def description
  @description
end

#is_terminalBoolean

Returns the value of attribute is_terminal.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def is_terminal
  @is_terminal
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def rule_name
  @rule_name
end

#rule_order::Integer

Returns the value of attribute rule_order.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def rule_status
  @rule_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def updated_at
  @updated_at
end