Class: Aws::Types::AutomationRulesMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


279
280
281
# File 'sig/types.rbs', line 279

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def description
  @description
end

#is_terminalBoolean

Returns the value of attribute is_terminal.

Returns:

  • (Boolean)


278
279
280
# File 'sig/types.rbs', line 278

def is_terminal
  @is_terminal
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def rule_arn
  @rule_arn
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def rule_name
  @rule_name
end

#rule_order::Integer

Returns the value of attribute rule_order.

Returns:

  • (::Integer)


275
276
277
# File 'sig/types.rbs', line 275

def rule_order
  @rule_order
end

#rule_status"ENABLED", "DISABLED"

Returns the value of attribute rule_status.

Returns:

  • ("ENABLED", "DISABLED")


274
275
276
# File 'sig/types.rbs', line 274

def rule_status
  @rule_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


280
281
282
# File 'sig/types.rbs', line 280

def updated_at
  @updated_at
end