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.



8734
8735
8736
# File 'sig/types.rbs', line 8734

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8733
8734
8735
# File 'sig/types.rbs', line 8733

def description
  @description
end

#effective_from::String

Returns the value of attribute effective_from.

Returns:

  • (::String)


8735
8736
8737
# File 'sig/types.rbs', line 8735

def effective_from
  @effective_from
end

#effective_till::String

Returns the value of attribute effective_till.

Returns:

  • (::String)


8736
8737
8738
# File 'sig/types.rbs', line 8736

def effective_till
  @effective_till
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


8730
8731
8732
# File 'sig/types.rbs', line 8730

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)


8731
8732
8733
# File 'sig/types.rbs', line 8731

def hours_of_operation_override_id
  @hours_of_operation_override_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8729
8730
8731
# File 'sig/types.rbs', line 8729

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8732
8733
8734
# File 'sig/types.rbs', line 8732

def name
  @name
end

#override_type"STANDARD", ...

Returns the value of attribute override_type.

Returns:

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


8738
8739
8740
# File 'sig/types.rbs', line 8738

def override_type
  @override_type
end

#recurrence_configTypes::RecurrenceConfig

Returns the value of attribute recurrence_config.



8737
8738
8739
# File 'sig/types.rbs', line 8737

def recurrence_config
  @recurrence_config
end