Class: Aws::Types::UpdateFileSystemWindowsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemWindowsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_log_configuration ⇒ Types::WindowsAuditLogCreateConfiguration
Returns the value of attribute audit_log_configuration.
-
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
-
#fsrm_configuration ⇒ Types::WindowsFsrmConfiguration
Returns the value of attribute fsrm_configuration.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
Returns the value of attribute self_managed_active_directory_configuration.
-
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
-
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
Instance Attribute Details
#audit_log_configuration ⇒ Types::WindowsAuditLogCreateConfiguration
Returns the value of attribute audit_log_configuration.
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.
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.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def disk_iops_configuration @disk_iops_configuration end |
#fsrm_configuration ⇒ Types::WindowsFsrmConfiguration
Returns the value of attribute fsrm_configuration.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def fsrm_configuration @fsrm_configuration end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
Returns the value of attribute self_managed_active_directory_configuration.
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.
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.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def weekly_maintenance_start_time @weekly_maintenance_start_time end |