Class: Aws::Types::UpdateDirectorySetupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_snapshot_before_updateBoolean

Returns the value of attribute create_snapshot_before_update.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def directory_id
  @directory_id
end

#directory_size_update_settingsTypes::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_settingsTypes::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_settingsTypes::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.

Returns:

  • ("OS", "NETWORK", "SIZE")


1508
1509
1510
# File 'sig/types.rbs', line 1508

def update_type
  @update_type
end