Class: Aws::DirectoryService::Types::UpdateNumberOfDomainControllersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::UpdateNumberOfDomainControllersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_number ⇒ Integer
The number of domain controllers desired in the directory.
-
#directory_id ⇒ String
Identifier of the directory to which the domain controllers will be added or removed.
Instance Attribute Details
#desired_number ⇒ Integer
The number of domain controllers desired in the directory.
4590 4591 4592 4593 4594 4595 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4590 class UpdateNumberOfDomainControllersRequest < Struct.new( :directory_id, :desired_number) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
Identifier of the directory to which the domain controllers will be added or removed.
4590 4591 4592 4593 4594 4595 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4590 class UpdateNumberOfDomainControllersRequest < Struct.new( :directory_id, :desired_number) SENSITIVE = [] include Aws::Structure end |