DescribeDocumentPermissionResponse
public struct DescribeDocumentPermissionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
Declaration
Swift
public let accountIds: [String]? -
A list of AWS accounts where the current document is shared and the version shared with each account.
Declaration
Swift
public let accountSharingInfoList: [AccountSharingInfo]? -
Undocumented
Declaration
Swift
public init(accountIds: [String]? = nil, accountSharingInfoList: [AccountSharingInfo]? = nil)
View on GitHub
DescribeDocumentPermissionResponse Structure Reference