Class: Aws::DirectoryService::Types::OSUpdateSettings

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

Overview

OS version that the directory needs to be updated to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#os_versionString

OS version that the directory needs to be updated to.

Returns:

  • (String)


3315
3316
3317
3318
3319
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3315

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