Class: Aws::OpsWorksCM::Types::UpdateServerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_retention_countInteger

Sets the number of automated backups that you want to keep.

Returns:

  • (Integer)


1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-opsworkscm/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_backupBoolean

Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.

Returns:

  • (Boolean)


1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-opsworkscm/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_windowString

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.

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-opsworkscm/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_windowString

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.

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-opsworkscm/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_nameString

The name of the server to update.

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-opsworkscm/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