Module: Aws::StorageGateway::Client::_DescribeSMBSettingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSMBSettingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_directory_status ⇒ "ACCESS_DENIED", ...
- #domain_name ⇒ ::String
- #file_shares_visible ⇒ Boolean
- #gateway_arn ⇒ ::String
- #smb_guest_password_set ⇒ Boolean
- #smb_local_groups ⇒ Types::SMBLocalGroups
- #smb_security_strategy ⇒ "ClientSpecified", ...
Instance Method Details
#active_directory_status ⇒ "ACCESS_DENIED", ...
756 |
# File 'sig/client.rbs', line 756
def active_directory_status: () -> ("ACCESS_DENIED" | "DETACHED" | "JOINED" | "JOINING" | "NETWORK_ERROR" | "TIMEOUT" | "UNKNOWN_ERROR" | "INSUFFICIENT_PERMISSIONS")
|
#domain_name ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def domain_name: () -> ::String
|
#file_shares_visible ⇒ Boolean
759 |
# File 'sig/client.rbs', line 759
def file_shares_visible: () -> bool
|
#gateway_arn ⇒ ::String
754 |
# File 'sig/client.rbs', line 754
def gateway_arn: () -> ::String
|
#smb_guest_password_set ⇒ Boolean
757 |
# File 'sig/client.rbs', line 757
def smb_guest_password_set: () -> bool
|
#smb_local_groups ⇒ Types::SMBLocalGroups
760 |
# File 'sig/client.rbs', line 760
def smb_local_groups: () -> Types::SMBLocalGroups
|
#smb_security_strategy ⇒ "ClientSpecified", ...
758 |
# File 'sig/client.rbs', line 758
def smb_security_strategy: () -> ("ClientSpecified" | "MandatorySigning" | "MandatoryEncryption" | "MandatoryEncryptionNoAes128")
|