Class: Aws::DirectoryService::Types::UpdateValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::UpdateValue
- 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
-
#os_update_settings ⇒ Types::OSUpdateSettings
The OS update related settings.
Instance Attribute Details
#os_update_settings ⇒ Types::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 |