Class: Aws::Types::ZonalShiftInResource
- Inherits:
-
Object
- Object
- Aws::Types::ZonalShiftInResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_status ⇒ "APPLIED", "NOT_APPLIED"
Returns the value of attribute applied_status.
-
#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.
-
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
Instance Attribute Details
#applied_status ⇒ "APPLIED", "NOT_APPLIED"
Returns the value of attribute applied_status.
285 286 287 |
# File 'sig/types.rbs', line 285 def applied_status @applied_status end |
#away_from ⇒ ::String
Returns the value of attribute away_from.
288 289 290 |
# File 'sig/types.rbs', line 288 def away_from @away_from end |
#comment ⇒ ::String
Returns the value of attribute comment.
291 292 293 |
# File 'sig/types.rbs', line 291 def comment @comment end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
289 290 291 |
# File 'sig/types.rbs', line 289 def expiry_time @expiry_time end |
#practice_run_outcome ⇒ "FAILED", ...
Returns the value of attribute practice_run_outcome.
293 294 295 |
# File 'sig/types.rbs', line 293 def practice_run_outcome @practice_run_outcome end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
287 288 289 |
# File 'sig/types.rbs', line 287 def resource_identifier @resource_identifier end |
#shift_type ⇒ "ZONAL_SHIFT", ...
Returns the value of attribute shift_type.
292 293 294 |
# File 'sig/types.rbs', line 292 def shift_type @shift_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
290 291 292 |
# File 'sig/types.rbs', line 290 def start_time @start_time end |
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def zonal_shift_id @zonal_shift_id end |