DescribeRootFoldersRequest

public struct DescribeRootFoldersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon WorkDocs authentication token.

    Declaration

    Swift

    public let authenticationToken: String
  • The maximum number of items to return.

    Declaration

    Swift

    public let limit: Int?
  • The marker for the next set of results. (You received this marker from a previous call.)

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String, limit: Int? = nil, marker: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws