#[non_exhaustive]pub struct DescribeSmbSettingsOutput { /* private fields */ }Implementations§
source§impl DescribeSmbSettingsOutput
impl DescribeSmbSettingsOutput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the domain that the gateway is joined to.
sourcepub fn active_directory_status(&self) -> Option<&ActiveDirectoryStatus>
pub fn active_directory_status(&self) -> Option<&ActiveDirectoryStatus>
Indicates the status of a gateway that is a member of the Active Directory domain.
-
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error. -
DETACHED: Indicates that gateway is not joined to a domain. -
JOINED: Indicates that the gateway has successfully joined a domain. -
JOINING: Indicates that aJoinDomainoperation is in progress. -
NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error. -
TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn't complete within the allotted time. -
UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error.
sourcepub fn smb_guest_password_set(&self) -> Option<bool>
pub fn smb_guest_password_set(&self) -> Option<bool>
This value is true if a password for the guest user smbguest is set, otherwise false. Only supported for S3 File Gateways.
Valid Values: true | false
sourcepub fn smb_security_strategy(&self) -> Option<&SmbSecurityStrategy>
pub fn smb_security_strategy(&self) -> Option<&SmbSecurityStrategy>
The type of security strategy that was specified for file gateway.
-
ClientSpecified: If you use this option, requests are established based on what is negotiated by the client. This option is recommended when you want to maximize compatibility across different clients in your environment. Only supported for S3 File Gateways. -
MandatorySigning: If you use this option, file gateway only allows connections from SMBv2 or SMBv3 clients that have signing enabled. This option works with SMB clients on Microsoft Windows Vista, Windows Server 2008 or newer. -
MandatoryEncryption: If you use this option, file gateway only allows connections from SMBv3 clients that have encryption enabled. This option is highly recommended for environments that handle sensitive data. This option works with SMB clients on Microsoft Windows 8, Windows Server 2012 or newer.
The shares on this gateway appear when listing shares. Only supported for S3 File Gateways.
sourcepub fn smb_local_groups(&self) -> Option<&SmbLocalGroups>
pub fn smb_local_groups(&self) -> Option<&SmbLocalGroups>
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
source§impl DescribeSmbSettingsOutput
impl DescribeSmbSettingsOutput
sourcepub fn builder() -> DescribeSmbSettingsOutputBuilder
pub fn builder() -> DescribeSmbSettingsOutputBuilder
Creates a new builder-style object to manufacture DescribeSmbSettingsOutput.
Trait Implementations§
source§impl Clone for DescribeSmbSettingsOutput
impl Clone for DescribeSmbSettingsOutput
source§fn clone(&self) -> DescribeSmbSettingsOutput
fn clone(&self) -> DescribeSmbSettingsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeSmbSettingsOutput
impl Debug for DescribeSmbSettingsOutput
source§impl PartialEq<DescribeSmbSettingsOutput> for DescribeSmbSettingsOutput
impl PartialEq<DescribeSmbSettingsOutput> for DescribeSmbSettingsOutput
source§fn eq(&self, other: &DescribeSmbSettingsOutput) -> bool
fn eq(&self, other: &DescribeSmbSettingsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeSmbSettingsOutput
impl RequestId for DescribeSmbSettingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.