Class: Aws::Types::InstanceEventWindowTimeRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_hour::Integer

Returns the value of attribute end_hour.

Returns:

  • (::Integer)


11431
11432
11433
# File 'sig/types.rbs', line 11431

def end_hour
  @end_hour
end

#end_week_day"sunday", ...

Returns the value of attribute end_week_day.

Returns:

  • ("sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday")


11430
11431
11432
# File 'sig/types.rbs', line 11430

def end_week_day
  @end_week_day
end

#start_hour::Integer

Returns the value of attribute start_hour.

Returns:

  • (::Integer)


11429
11430
11431
# File 'sig/types.rbs', line 11429

def start_hour
  @start_hour
end

#start_week_day"sunday", ...

Returns the value of attribute start_week_day.

Returns:

  • ("sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday")


11428
11429
11430
# File 'sig/types.rbs', line 11428

def start_week_day
  @start_week_day
end