class Aws::Connect::Types::UpdateHoursOfOperationRequest

@note When making an API call, you may pass UpdateHoursOfOperationRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      hours_of_operation_id: "HoursOfOperationId", # required
      name: "CommonNameLength127",
      description: "UpdateHoursOfOperationDescription",
      time_zone: "TimeZone",
      config: [
        {
          day: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
          start_time: { # required
            hours: 1, # required
            minutes: 1, # required
          },
          end_time: { # required
            hours: 1, # required
            minutes: 1, # required
          },
        },
      ],
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] hours_of_operation_id

The identifier of the hours of operation.
@return [String]

@!attribute [rw] name

The name of the hours of operation.
@return [String]

@!attribute [rw] description

The description of the hours of operation.
@return [String]

@!attribute [rw] time_zone

The time zone of the hours of operation.
@return [String]

@!attribute [rw] config

Configuration information of the hours of operation.
@return [Array<Types::HoursOfOperationConfig>]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateHoursOfOperationRequest AWS API Documentation

Constants

SENSITIVE