Class: Aws::Types::DescribeUpdateDirectoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUpdateDirectoryRequest
- 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.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#update_type ⇒ "OS", ...
Returns the value of attribute update_type.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
637 638 639 |
# File 'sig/types.rbs', line 637 def directory_id @directory_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
640 641 642 |
# File 'sig/types.rbs', line 640 def next_token @next_token end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
639 640 641 |
# File 'sig/types.rbs', line 639 def region_name @region_name end |
#update_type ⇒ "OS", ...
Returns the value of attribute update_type.
638 639 640 |
# File 'sig/types.rbs', line 638 def update_type @update_type end |