Class: Aws::Types::ListRotationShiftsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def next_token
  @next_token
end

#rotation_shifts ⇒ ::Array[Types::RotationShift]

Returns the value of attribute rotation_shifts.

Returns:



468
469
470
# File 'sig/types.rbs', line 468

def rotation_shifts
  @rotation_shifts
end