Class: Aws::Types::UpdateZonalShiftRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def comment
  @comment
end

#expires_in ⇒ ::String

Returns the value of attribute expires_in.

Returns:

  • (::String)


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.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def zonal_shift_id
  @zonal_shift_id
end