Class: Aws::DirectoryService::Types::UpdateValue

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

Overview

The value for a given type of ‘UpdateSettings`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#os_update_settingsTypes::OSUpdateSettings

The OS update related settings.



4699
4700
4701
4702
4703
# File 'lib/aws-sdk-directoryservice/types.rb', line 4699

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