You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::UpdateNumberOfDomainControllersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateNumberOfDomainControllersRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId", # required
  desired_number: 1, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#desired_numberInteger

The number of domain controllers desired in the directory.

Returns:

  • (Integer)

    The number of domain controllers desired in the directory.

#directory_idString

Identifier of the directory to which the domain controllers will be added or removed.

Returns:

  • (String)

    Identifier of the directory to which the domain controllers will be added or removed.