Class: Aws::DirectoryService::Types::OSUpdateSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::OSUpdateSettings
- Includes:
- Structure
- Defined in:
- 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
-
#os_version ⇒ String
OS version that the directory needs to be updated to.
Instance Attribute Details
#os_version ⇒ String
OS version that the directory needs to be updated to.
3379 3380 3381 3382 3383 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3379 class OSUpdateSettings < Struct.new( :os_version) SENSITIVE = [] include Aws::Structure end |