Class: Aws::Types::AutomationRulesMetadataV2

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

Returns the value of attribute actions.



292
293
294
# File 'sig/types.rbs', line 292

def actions
  @actions
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


293
294
295
# File 'sig/types.rbs', line 293

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def description
  @description
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def rule_arn
  @rule_arn
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def rule_id
  @rule_id
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def rule_name
  @rule_name
end

#rule_order::Float

Returns the value of attribute rule_order.

Returns:

  • (::Float)


288
289
290
# File 'sig/types.rbs', line 288

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


290
291
292
# File 'sig/types.rbs', line 290

def rule_status
  @rule_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


294
295
296
# File 'sig/types.rbs', line 294

def updated_at
  @updated_at
end