class Aws::OpsWorksCM::Types::UpdateServerRequest

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

data as a hash:

    {
      disable_automated_backup: false,
      backup_retention_count: 1,
      server_name: "ServerName", # required
      preferred_maintenance_window: "TimeWindowDefinition",
      preferred_backup_window: "TimeWindowDefinition",
    }

@!attribute [rw] disable_automated_backup

Setting DisableAutomatedBackup to `true` disables automated or
scheduled backups. Automated backups are enabled by default.
@return [Boolean]

@!attribute [rw] backup_retention_count

Sets the number of automated backups that you want to keep.
@return [Integer]

@!attribute [rw] server_name

The name of the server to update.
@return [String]

@!attribute [rw] preferred_maintenance_window

`DDD:HH:MM` (weekly start time) or `HH:MM` (daily start time).

Time windows always use coordinated universal time (UTC). Valid
strings for day of week (`DDD`) are: `Mon`, `Tue`, `Wed`, `Thr`,
`Fri`, `Sat`, or `Sun`.
@return [String]

@!attribute [rw] preferred_backup_window

`DDD:HH:MM` (weekly start time) or `HH:MM` (daily start time).

Time windows always use coordinated universal time (UTC). Valid
strings for day of week (`DDD`) are: `Mon`, `Tue`, `Wed`, `Thr`,
`Fri`, `Sat`, or `Sun`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/UpdateServerRequest AWS API Documentation

Constants

SENSITIVE