Class: Aws::DirectoryService::Types::DescribeDomainControllersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeDomainControllersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
Identifier of the directory for which to retrieve the domain controller information.
-
#domain_controller_ids ⇒ Array<String>
A list of identifiers for the domain controllers whose information will be provided.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#next_token ⇒ String
The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers.
Instance Attribute Details
#directory_id ⇒ String
Identifier of the directory for which to retrieve the domain controller information.
1447 1448 1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1447 class DescribeDomainControllersRequest < Struct.new( :directory_id, :domain_controller_ids, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#domain_controller_ids ⇒ Array<String>
A list of identifiers for the domain controllers whose information will be provided.
1447 1448 1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1447 class DescribeDomainControllersRequest < Struct.new( :directory_id, :domain_controller_ids, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return.
1447 1448 1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1447 class DescribeDomainControllersRequest < Struct.new( :directory_id, :domain_controller_ids, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.
1447 1448 1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1447 class DescribeDomainControllersRequest < Struct.new( :directory_id, :domain_controller_ids, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |