Class: Aws::Types::UpdateZonalShiftRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateZonalShiftRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#expires_in ⇒ ::String
Returns the value of attribute expires_in.
-
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
262 263 264 |
# File 'sig/types.rbs', line 262 def comment @comment end |
#expires_in ⇒ ::String
Returns the value of attribute expires_in.
263 264 265 |
# File 'sig/types.rbs', line 263 def expires_in @expires_in end |
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
261 262 263 |
# File 'sig/types.rbs', line 261 def zonal_shift_id @zonal_shift_id end |