UpdateWorkspaceImagePermissionRequest
public struct UpdateWorkspaceImagePermissionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The permission to copy the image. This permission can be revoked only after an image has been shared.
Declaration
Swift
public let allowCopyImage: Bool -
The identifier of the image.
Declaration
Swift
public let imageId: String -
The identifier of the AWS account to share or unshare the image with.
Declaration
Swift
public let sharedAccountId: String -
Undocumented
Declaration
Swift
public init(allowCopyImage: Bool, imageId: String, sharedAccountId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateWorkspaceImagePermissionRequest Structure Reference