Class: Aws::Types::UpdateFileSystemWindowsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#audit_log_configurationTypes::WindowsAuditLogCreateConfiguration

Returns the value of attribute audit_log_configuration.

Returns:



1819
1820
1821
# File 'sig/types.rbs', line 1819

def audit_log_configuration
  @audit_log_configuration
end

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:



1816
1817
1818
# File 'sig/types.rbs', line 1816

def automatic_backup_retention_days
  @automatic_backup_retention_days
end

#daily_automatic_backup_start_time::String

Returns the value of attribute daily_automatic_backup_start_time.

Returns:



1815
1816
1817
# File 'sig/types.rbs', line 1815

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.

Returns:



1820
1821
1822
# File 'sig/types.rbs', line 1820

def disk_iops_configuration
  @disk_iops_configuration
end

#fsrm_configurationTypes::WindowsFsrmConfiguration

Returns the value of attribute fsrm_configuration.

Returns:



1821
1822
1823
# File 'sig/types.rbs', line 1821

def fsrm_configuration
  @fsrm_configuration
end

#self_managed_active_directory_configurationTypes::SelfManagedActiveDirectoryConfigurationUpdates

Returns the value of attribute self_managed_active_directory_configuration.

Returns:



1818
1819
1820
# File 'sig/types.rbs', line 1818

def self_managed_active_directory_configuration
  @self_managed_active_directory_configuration
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:



1817
1818
1819
# File 'sig/types.rbs', line 1817

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:



1814
1815
1816
# File 'sig/types.rbs', line 1814

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end