Class: Aws::Types::OverrideHour

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endTypes::OverrideTimeSlice

Returns the value of attribute end.



5915
5916
5917
# File 'sig/types.rbs', line 5915

def end
  @end
end

#operational_status"OPEN", "CLOSED"

Returns the value of attribute operational_status.

Returns:

  • ("OPEN", "CLOSED")


5917
5918
5919
# File 'sig/types.rbs', line 5917

def operational_status
  @operational_status
end

#override_name::String

Returns the value of attribute override_name.

Returns:

  • (::String)


5916
5917
5918
# File 'sig/types.rbs', line 5916

def override_name
  @override_name
end

#startTypes::OverrideTimeSlice

Returns the value of attribute start.



5914
5915
5916
# File 'sig/types.rbs', line 5914

def start
  @start
end