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.



6074
6075
6076
# File 'sig/types.rbs', line 6074

def end
  @end
end

#operational_status"OPEN", "CLOSED"

Returns the value of attribute operational_status.

Returns:

  • ("OPEN", "CLOSED")


6076
6077
6078
# File 'sig/types.rbs', line 6076

def operational_status
  @operational_status
end

#override_name::String

Returns the value of attribute override_name.

Returns:

  • (::String)


6075
6076
6077
# File 'sig/types.rbs', line 6075

def override_name
  @override_name
end

#startTypes::OverrideTimeSlice

Returns the value of attribute start.



6073
6074
6075
# File 'sig/types.rbs', line 6073

def start
  @start
end