AccountSharingInfo
public struct AccountSharingInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID where the current document is shared.
Declaration
Swift
public let accountId: String?
-
The version of the current document shared with the account.
Declaration
Swift
public let sharedDocumentVersion: String?
-
Undocumented
Declaration
Swift
public init(accountId: String? = nil, sharedDocumentVersion: String? = nil)