Class: Aws::StorageGateway::Types::SoftwareUpdatePreferences

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

A set of variables indicating the software update preferences for the gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_update_policyString

Indicates the automatic update policy for a gateway.

‘ALL_VERSIONS` - Enables regular gateway maintenance updates.

‘EMERGENCY_VERSIONS_ONLY` - Disables regular gateway maintenance updates.

Returns:

  • (String)


5853
5854
5855
5856
5857
# File 'lib/aws-sdk-storagegateway/types.rb', line 5853

class SoftwareUpdatePreferences < Struct.new(
  :automatic_update_policy)
  SENSITIVE = []
  include Aws::Structure
end