SetSMBGuestPasswordInput
public struct SetSMBGuestPasswordInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.
Declaration
Swift
public let gatewayARN: String -
The password that you want to set for your SMB server.
Declaration
Swift
public let password: String -
Undocumented
Declaration
Swift
public init(gatewayARN: String, password: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SetSMBGuestPasswordInput Structure Reference