Class: Aws::Types::ListPreviewRotationShiftsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


427
428
429
# File 'sig/types.rbs', line 427

def end_time
  @end_time
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


433
434
435
# File 'sig/types.rbs', line 433

def max_results
  @max_results
end

#members ⇒ ::Array[::String]

Returns the value of attribute members.

Returns:

  • (::Array[::String])


428
429
430
# File 'sig/types.rbs', line 428

def members
  @members
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def next_token
  @next_token
end

#overrides ⇒ ::Array[Types::PreviewOverride]

Returns the value of attribute overrides.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def overrides
  @overrides
end

#recurrence ⇒ Types::RecurrenceSettings

Returns the value of attribute recurrence.



430
431
432
# File 'sig/types.rbs', line 430

def recurrence
  @recurrence
end

#rotation_start_time ⇒ ::Time

Returns the value of attribute rotation_start_time.

Returns:

  • (::Time)


425
426
427
# File 'sig/types.rbs', line 425

def rotation_start_time
  @rotation_start_time
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def start_time
  @start_time
end

#time_zone_id ⇒ ::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def time_zone_id
  @time_zone_id
end