Class: Aws::Types::UpdateHoursOfOperationOverrideRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config::Array[Types::HoursOfOperationOverrideConfig]

Returns the value of attribute config.



8847
8848
8849
# File 'sig/types.rbs', line 8847

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8846
8847
8848
# File 'sig/types.rbs', line 8846

def description
  @description
end

#effective_from::String

Returns the value of attribute effective_from.

Returns:

  • (::String)


8848
8849
8850
# File 'sig/types.rbs', line 8848

def effective_from
  @effective_from
end

#effective_till::String

Returns the value of attribute effective_till.

Returns:

  • (::String)


8849
8850
8851
# File 'sig/types.rbs', line 8849

def effective_till
  @effective_till
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


8843
8844
8845
# File 'sig/types.rbs', line 8843

def hours_of_operation_id
  @hours_of_operation_id
end

#hours_of_operation_override_id::String

Returns the value of attribute hours_of_operation_override_id.

Returns:

  • (::String)


8844
8845
8846
# File 'sig/types.rbs', line 8844

def hours_of_operation_override_id
  @hours_of_operation_override_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8842
8843
8844
# File 'sig/types.rbs', line 8842

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8845
8846
8847
# File 'sig/types.rbs', line 8845

def name
  @name
end

#override_type"STANDARD", ...

Returns the value of attribute override_type.

Returns:

  • ("STANDARD", "OPEN", "CLOSED")


8851
8852
8853
# File 'sig/types.rbs', line 8851

def override_type
  @override_type
end

#recurrence_configTypes::RecurrenceConfig

Returns the value of attribute recurrence_config.



8850
8851
8852
# File 'sig/types.rbs', line 8850

def recurrence_config
  @recurrence_config
end