Class: Aws::Types::WindowsFileSystemConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_id::String

Returns the value of attribute active_directory_id.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def active_directory_id
  @active_directory_id
end

#aliases::Array[Types::Alias]

Returns the value of attribute aliases.

Returns:



1968
1969
1970
# File 'sig/types.rbs', line 1968

def aliases
  @aliases
end

#audit_log_configurationTypes::WindowsAuditLogConfiguration

Returns the value of attribute audit_log_configuration.



1969
1970
1971
# File 'sig/types.rbs', line 1969

def audit_log_configuration
  @audit_log_configuration
end

#automatic_backup_retention_days::Integer

Returns the value of attribute automatic_backup_retention_days.

Returns:

  • (::Integer)


1966
1967
1968
# File 'sig/types.rbs', line 1966

def automatic_backup_retention_days
  @automatic_backup_retention_days
end

#copy_tags_to_backupsBoolean

Returns the value of attribute copy_tags_to_backups.

Returns:

  • (Boolean)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def copy_tags_to_backups
  @copy_tags_to_backups
end

#daily_automatic_backup_start_time::String

Returns the value of attribute daily_automatic_backup_start_time.

Returns:

  • (::String)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def daily_automatic_backup_start_time
  @daily_automatic_backup_start_time
end

#deployment_type"MULTI_AZ_1", ...

Returns the value of attribute deployment_type.

Returns:

  • ("MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2")


1958
1959
1960
# File 'sig/types.rbs', line 1958

def deployment_type
  @deployment_type
end

#disk_iops_configurationTypes::DiskIopsConfiguration

Returns the value of attribute disk_iops_configuration.



1970
1971
1972
# File 'sig/types.rbs', line 1970

def disk_iops_configuration
  @disk_iops_configuration
end

#fsrm_configurationTypes::WindowsFsrmConfiguration

Returns the value of attribute fsrm_configuration.



1972
1973
1974
# File 'sig/types.rbs', line 1972

def fsrm_configuration
  @fsrm_configuration
end

#maintenance_operations_in_progress::Array[("PATCHING" | "BACKING_UP")]

Returns the value of attribute maintenance_operations_in_progress.

Returns:

  • (::Array[("PATCHING" | "BACKING_UP")])


1963
1964
1965
# File 'sig/types.rbs', line 1963

def maintenance_operations_in_progress
  @maintenance_operations_in_progress
end

#preferred_file_server_ip::String

Returns the value of attribute preferred_file_server_ip.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def preferred_file_server_ip
  @preferred_file_server_ip
end

#preferred_file_server_ipv_6::String

Returns the value of attribute preferred_file_server_ipv_6.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def preferred_file_server_ipv_6
  @preferred_file_server_ipv_6
end

#preferred_subnet_id::String

Returns the value of attribute preferred_subnet_id.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def preferred_subnet_id
  @preferred_subnet_id
end

#remote_administration_endpoint::String

Returns the value of attribute remote_administration_endpoint.

Returns:

  • (::String)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def remote_administration_endpoint
  @remote_administration_endpoint
end

#self_managed_active_directory_configurationTypes::SelfManagedActiveDirectoryAttributes

Returns the value of attribute self_managed_active_directory_configuration.



1957
1958
1959
# File 'sig/types.rbs', line 1957

def self_managed_active_directory_configuration
  @self_managed_active_directory_configuration
end

#throughput_capacity::Integer

Returns the value of attribute throughput_capacity.

Returns:

  • (::Integer)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def throughput_capacity
  @throughput_capacity
end

#weekly_maintenance_start_time::String

Returns the value of attribute weekly_maintenance_start_time.

Returns:

  • (::String)


1964
1965
1966
# File 'sig/types.rbs', line 1964

def weekly_maintenance_start_time
  @weekly_maintenance_start_time
end