Class: Aws::Types::ScheduledPlanExecutionMember
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledPlanExecutionMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
-
#rule_execution_type ⇒ "CONTINUOUS", ...
Returns the value of attribute rule_execution_type.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#execution_time ⇒ ::Time
Returns the value of attribute execution_time.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def execution_time @execution_time end |
#rule_execution_type ⇒ "CONTINUOUS", ...
Returns the value of attribute rule_execution_type.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def rule_execution_type @rule_execution_type end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def rule_id @rule_id end |