Class: Aws::Types::AutomationRulesMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#rule_order ⇒ ::Integer
Returns the value of attribute rule_order.
-
#rule_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute rule_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
281 282 283 |
# File 'sig/types.rbs', line 281 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
277 278 279 |
# File 'sig/types.rbs', line 277 def description @description end |
#is_terminal ⇒ Boolean
Returns the value of attribute is_terminal.
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.
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.
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.
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.
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.
280 281 282 |
# File 'sig/types.rbs', line 280 def updated_at @updated_at end |