class Aws::BackupGateway::Types::PutMaintenanceStartTimeInput

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

data as a hash:

    {
      day_of_month: 1,
      day_of_week: 1,
      gateway_arn: "GatewayArn", # required
      hour_of_day: 1, # required
      minute_of_hour: 1, # required
    }

@!attribute [rw] day_of_month

The day of the month start maintenance on a gateway.

Valid values range from `Sunday` to `Saturday`.
@return [Integer]

@!attribute [rw] day_of_week

The day of the week to start maintenance on a gateway.
@return [Integer]

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) for the gateway, used to specify its
maintenance start time.
@return [String]

@!attribute [rw] hour_of_day

The hour of the day to start maintenance on a gateway.
@return [Integer]

@!attribute [rw] minute_of_hour

The minute of the hour to start maintenance on a gateway.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/PutMaintenanceStartTimeInput AWS API Documentation

Constants

SENSITIVE