Class: Aws::Types::DescribeDomainControllersResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainControllersResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_controllers ⇒ ::Array[Types::DomainController]
Returns the value of attribute domain_controllers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_controllers ⇒ ::Array[Types::DomainController]
Returns the value of attribute domain_controllers.
524 525 526 |
# File 'sig/types.rbs', line 524 def domain_controllers @domain_controllers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
525 526 527 |
# File 'sig/types.rbs', line 525 def next_token @next_token end |