Class: Aws::Types::UpdateDirectorySetupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDirectorySetupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_snapshot_before_update ⇒ Boolean
Returns the value of attribute create_snapshot_before_update.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#directory_size_update_settings ⇒ Types::DirectorySizeUpdateSettings
Returns the value of attribute directory_size_update_settings.
-
#network_update_settings ⇒ Types::NetworkUpdateSettings
Returns the value of attribute network_update_settings.
-
#os_update_settings ⇒ Types::OSUpdateSettings
Returns the value of attribute os_update_settings.
-
#update_type ⇒ "OS", ...
Returns the value of attribute update_type.
Instance Attribute Details
#create_snapshot_before_update ⇒ Boolean
Returns the value of attribute create_snapshot_before_update.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def create_snapshot_before_update @create_snapshot_before_update end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def directory_id @directory_id end |
#directory_size_update_settings ⇒ Types::DirectorySizeUpdateSettings
Returns the value of attribute directory_size_update_settings.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def directory_size_update_settings @directory_size_update_settings end |
#network_update_settings ⇒ Types::NetworkUpdateSettings
Returns the value of attribute network_update_settings.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def network_update_settings @network_update_settings end |
#os_update_settings ⇒ Types::OSUpdateSettings
Returns the value of attribute os_update_settings.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def os_update_settings @os_update_settings end |
#update_type ⇒ "OS", ...
Returns the value of attribute update_type.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def update_type @update_type end |