DescribeDocumentPermissionResponse
public struct DescribeDocumentPermissionResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift public let accountIds: [String]?
- 
                  
                  A list of AWS accounts where the current document is shared and the version shared with each account. DeclarationSwift public let accountSharingInfoList: [AccountSharingInfo]?
- 
                  
                  Undocumented DeclarationSwift public init(accountIds: [String]? = nil, accountSharingInfoList: [AccountSharingInfo]? = nil)
 View on GitHub
View on GitHub DescribeDocumentPermissionResponse Structure Reference
        DescribeDocumentPermissionResponse Structure Reference