DescribeDocumentPermissionRequest
public struct DescribeDocumentPermissionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the document for which you are the owner.
Declaration
Swift
public let name: String -
The permission type for the document. The permission type can be Share.
Declaration
Swift
public let permissionType: DocumentPermissionType -
Undocumented
Declaration
Swift
public init(name: String, permissionType: DocumentPermissionType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeDocumentPermissionRequest Structure Reference