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:

  • (::Time)


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:

  • (::String)


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

def created_by
  @created_by
end

#criteriaTypes::AutomationRulesFindingFilters

Returns the value of attribute criteria.



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

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#is_terminalBoolean

Returns the value of attribute is_terminal.

Returns:

  • (Boolean)


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:

  • (::String)


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:

  • (::String)


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:

  • (::Integer)


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:

  • ("ENABLED", "DISABLED")


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:

  • (::Time)


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

def updated_at
  @updated_at
end