Class: Aws::Types::AutoshiftSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutoshiftSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#away_from ⇒ ::String
Returns the value of attribute away_from.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "ACTIVE", "COMPLETED"
Returns the value of attribute status.
Instance Attribute Details
#away_from ⇒ ::String
Returns the value of attribute away_from.
24 25 26 |
# File 'sig/types.rbs', line 24 def away_from @away_from end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
25 26 27 |
# File 'sig/types.rbs', line 25 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
26 27 28 |
# File 'sig/types.rbs', line 26 def start_time @start_time end |
#status ⇒ "ACTIVE", "COMPLETED"
Returns the value of attribute status.
27 28 29 |
# File 'sig/types.rbs', line 27 def status @status end |