Class: Aws::Types::InstanceEventWindowTimeRangeRequest

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)


11709
11710
11711
# File 'sig/types.rbs', line 11709

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")


11708
11709
11710
# File 'sig/types.rbs', line 11708

def end_week_day
  @end_week_day
end

#start_hour::Integer

Returns the value of attribute start_hour.

Returns:

  • (::Integer)


11707
11708
11709
# File 'sig/types.rbs', line 11707

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")


11706
11707
11708
# File 'sig/types.rbs', line 11706

def start_week_day
  @start_week_day
end