Class: Aws::Types::ListPreviewRotationShiftsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPreviewRotationShiftsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#members ⇒ ::Array[::String]
Returns the value of attribute members.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#overrides ⇒ ::Array[Types::PreviewOverride]
Returns the value of attribute overrides.
-
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
-
#rotation_start_time ⇒ ::Time
Returns the value of attribute rotation_start_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
433 434 435 |
# File 'sig/types.rbs', line 433 def max_results @max_results end |
#members ⇒ ::Array[::String]
Returns the value of attribute members.
428 429 430 |
# File 'sig/types.rbs', line 428 def members @members end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
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.
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.
429 430 431 |
# File 'sig/types.rbs', line 429 def time_zone_id @time_zone_id end |