DescribeSharedDirectoriesRequest
public struct DescribeSharedDirectoriesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of shared directories to return in the response object.
Declaration
Swift
public let limit: Int?
-
The DescribeSharedDirectoriesResult.NextToken value from a previous call to DescribeSharedDirectories. Pass null if this is the first call.
Declaration
Swift
public let nextToken: String?
-
Returns the identifier of the directory in the directory owner account.
Declaration
Swift
public let ownerDirectoryId: String
-
A list of identifiers of all shared directories in your account.
Declaration
Swift
public let sharedDirectoryIds: [String]?
-
Undocumented
Declaration
Swift
public init(limit: Int? = nil, nextToken: String? = nil, ownerDirectoryId: String, sharedDirectoryIds: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws