class Aws::Connect::Types::CreateHoursOfOperationRequest

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

data as a hash:

    {
      instance_id: "InstanceId", # required
      name: "CommonNameLength127", # required
      description: "HoursOfOperationDescription",
      time_zone: "TimeZone", # required
      config: [ # required
        {
          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
          },
        },
      ],
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!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] 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 for the hours of operation: day, start
time, and end time.
@return [Array<Types::HoursOfOperationConfig>]

@!attribute [rw] tags

One or more tags.
@return [Hash<String,String>]

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

Constants

SENSITIVE