DescribeSMBFileSharesInput

public struct DescribeSMBFileSharesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array containing the Amazon Resource Name (ARN) of each file share to be described.

    Declaration

    Swift

    public let fileShareARNList: [String]
  • Undocumented

    Declaration

    Swift

    public init(fileShareARNList: [String])
  • Declaration

    Swift

    public func validate(name: String) throws