Class: Aws::Types::TaskScheduleDetails
- Inherits:
-
Object
- Object
- Aws::Types::TaskScheduleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled_by ⇒ "USER", "SERVICE"
Returns the value of attribute disabled_by.
-
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
-
#status_update_time ⇒ ::Time
Returns the value of attribute status_update_time.
Instance Attribute Details
#disabled_by ⇒ "USER", "SERVICE"
Returns the value of attribute disabled_by.
951 952 953 |
# File 'sig/types.rbs', line 951 def disabled_by @disabled_by end |
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
950 951 952 |
# File 'sig/types.rbs', line 950 def disabled_reason @disabled_reason end |
#status_update_time ⇒ ::Time
Returns the value of attribute status_update_time.
949 950 951 |
# File 'sig/types.rbs', line 949 def status_update_time @status_update_time end |