Class: Aws::OpsWorksCM::Types::UpdateServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::UpdateServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 ‘true` disables automated or scheduled backups.
-
#preferred_backup_window ⇒ String
‘DDD:HH:MM` (weekly start time) or `HH:MM` (daily start time).
-
#preferred_maintenance_window ⇒ String
‘DDD:HH:MM` (weekly start time) or `HH: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.
1547 1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1547 class UpdateServerRequest < Struct.new( :disable_automated_backup, :backup_retention_count, :server_name, :preferred_maintenance_window, :preferred_backup_window) SENSITIVE = [] include Aws::Structure end |
#disable_automated_backup ⇒ Boolean
Setting DisableAutomatedBackup to ‘true` disables automated or scheduled backups. Automated backups are enabled by default.
1547 1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1547 class UpdateServerRequest < Struct.new( :disable_automated_backup, :backup_retention_count, :server_name, :preferred_maintenance_window, :preferred_backup_window) SENSITIVE = [] include Aws::Structure end |
#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`.
1547 1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1547 class UpdateServerRequest < Struct.new( :disable_automated_backup, :backup_retention_count, :server_name, :preferred_maintenance_window, :preferred_backup_window) SENSITIVE = [] include Aws::Structure end |
#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`.
1547 1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1547 class UpdateServerRequest < Struct.new( :disable_automated_backup, :backup_retention_count, :server_name, :preferred_maintenance_window, :preferred_backup_window) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the server to update.
1547 1548 1549 1550 1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1547 class UpdateServerRequest < Struct.new( :disable_automated_backup, :backup_retention_count, :server_name, :preferred_maintenance_window, :preferred_backup_window) SENSITIVE = [] include Aws::Structure end |