Class: Aws::Types::SchedulingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_behavior"STOP_ROLLOUT", ...

Returns the value of attribute end_behavior.

Returns:

  • ("STOP_ROLLOUT", "CANCEL", "FORCE_CANCEL")


4408
4409
4410
# File 'sig/types.rbs', line 4408

def end_behavior
  @end_behavior
end

#end_time::String

Returns the value of attribute end_time.

Returns:

  • (::String)


4407
4408
4409
# File 'sig/types.rbs', line 4407

def end_time
  @end_time
end

#maintenance_windows::Array[Types::MaintenanceWindow]

Returns the value of attribute maintenance_windows.

Returns:



4409
4410
4411
# File 'sig/types.rbs', line 4409

def maintenance_windows
  @maintenance_windows
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


4406
4407
4408
# File 'sig/types.rbs', line 4406

def start_time
  @start_time
end