Class: Aws::Types::AutomationRulesMetadataV2
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesMetadataV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::AutomationRulesActionTypeObjectV2]
Returns the value of attribute actions.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#rule_order ⇒ ::Float
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
#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.
293 294 295 |
# File 'sig/types.rbs', line 293 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
291 292 293 |
# File 'sig/types.rbs', line 291 def description @description end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
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.
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.
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.
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.
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.
294 295 296 |
# File 'sig/types.rbs', line 294 def updated_at @updated_at end |