Class: Aws::Types::DescribeDomainControllersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainControllersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#domain_controller_ids ⇒ ::Array[::String]
Returns the value of attribute domain_controller_ids.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def directory_id @directory_id end |
#domain_controller_ids ⇒ ::Array[::String]
Returns the value of attribute domain_controller_ids.
517 518 519 |
# File 'sig/types.rbs', line 517 def domain_controller_ids @domain_controller_ids end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
519 520 521 |
# File 'sig/types.rbs', line 519 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
518 519 520 |
# File 'sig/types.rbs', line 518 def next_token @next_token end |