Class: Aws::DirectoryService::Types::UpdateDirectorySetupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_snapshot_before_updateBoolean

The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.

Returns:

  • (Boolean)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4451

class UpdateDirectorySetupRequest < Struct.new(
  :directory_id,
  :update_type,
  :os_update_settings,
  :create_snapshot_before_update)
  SENSITIVE = []
  include Aws::Structure
end

#directory_idString

The identifier of the directory on which you want to perform the update.

Returns:

  • (String)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4451

class UpdateDirectorySetupRequest < Struct.new(
  :directory_id,
  :update_type,
  :os_update_settings,
  :create_snapshot_before_update)
  SENSITIVE = []
  include Aws::Structure
end

#os_update_settingsTypes::OSUpdateSettings

The settings for the OS update that needs to be performed on the directory.



4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4451

class UpdateDirectorySetupRequest < Struct.new(
  :directory_id,
  :update_type,
  :os_update_settings,
  :create_snapshot_before_update)
  SENSITIVE = []
  include Aws::Structure
end

#update_typeString

The type of update that needs to be performed on the directory. For example, OS.

Returns:

  • (String)


4451
4452
4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4451

class UpdateDirectorySetupRequest < Struct.new(
  :directory_id,
  :update_type,
  :os_update_settings,
  :create_snapshot_before_update)
  SENSITIVE = []
  include Aws::Structure
end