You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorksCM::Types::UpdateServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::UpdateServerRequest
- Defined in:
- (unknown)
Overview
When passing UpdateServerRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
disable_automated_backup: false,
backup_retention_count: 1,
server_name: "ServerName", # required
preferred_maintenance_window: "TimeWindowDefinition",
preferred_backup_window: "TimeWindowDefinition",
}
Instance Attribute Summary collapse
-
#backup_retention_count ⇒ Integer
Sets the number of automated backups that you want to keep.
-
#disable_automated_backup ⇒ Boolean
Setting DisableAutomatedBackup to
truedisables automated or scheduled backups. -
#preferred_backup_window ⇒ String
DDD:HH:MM(weekly start time) orHH:MM(daily start time). -
#preferred_maintenance_window ⇒ String
DDD:HH:MM(weekly start time) orHH:MM(daily start time). -
#server_name ⇒ String
The name of the server to update.
Instance Attribute Details
#backup_retention_count ⇒ Integer
Sets the number of automated backups that you want to keep.
#disable_automated_backup ⇒ Boolean
Setting DisableAutomatedBackup to true disables automated or scheduled
backups. Automated backups are enabled by default.
#preferred_backup_window ⇒ String
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.
#preferred_maintenance_window ⇒ String
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.
#server_name ⇒ String
The name of the server to update.