Class: Aws::Types::ZonalShiftSummary
- Inherits:
-
Object
- Object
- Aws::Types::ZonalShiftSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#away_from ⇒ ::String
Returns the value of attribute away_from.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
-
#practice_run_outcome ⇒ "FAILED", ...
Returns the value of attribute practice_run_outcome.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#shift_type ⇒ "ZONAL_SHIFT", ...
Returns the value of attribute shift_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
Instance Attribute Details
#away_from ⇒ ::String
Returns the value of attribute away_from.
300 301 302 |
# File 'sig/types.rbs', line 300 def away_from @away_from end |
#comment ⇒ ::String
Returns the value of attribute comment.
304 305 306 |
# File 'sig/types.rbs', line 304 def comment @comment end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
301 302 303 |
# File 'sig/types.rbs', line 301 def expiry_time @expiry_time end |
#practice_run_outcome ⇒ "FAILED", ...
Returns the value of attribute practice_run_outcome.
306 307 308 |
# File 'sig/types.rbs', line 306 def practice_run_outcome @practice_run_outcome end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
299 300 301 |
# File 'sig/types.rbs', line 299 def resource_identifier @resource_identifier end |
#shift_type ⇒ "ZONAL_SHIFT", ...
Returns the value of attribute shift_type.
305 306 307 |
# File 'sig/types.rbs', line 305 def shift_type @shift_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
302 303 304 |
# File 'sig/types.rbs', line 302 def start_time @start_time end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
303 304 305 |
# File 'sig/types.rbs', line 303 def status @status end |
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def zonal_shift_id @zonal_shift_id end |