Class: Aws::Types::DescribeHybridADUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHybridADUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#update_type ⇒ "SelfManagedInstances", "HybridAdministratorAccount"
Returns the value of attribute update_type.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
541 542 543 |
# File 'sig/types.rbs', line 541 def directory_id @directory_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
543 544 545 |
# File 'sig/types.rbs', line 543 def next_token @next_token end |
#update_type ⇒ "SelfManagedInstances", "HybridAdministratorAccount"
Returns the value of attribute update_type.
542 543 544 |
# File 'sig/types.rbs', line 542 def update_type @update_type end |