UpdateImagePermissionsRequest
public struct UpdateImagePermissionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The permissions for the image.
Declaration
Swift
public let imagePermissions: ImagePermissions
-
The name of the private image.
Declaration
Swift
public let name: String
-
The 12-digit identifier of the AWS account for which you want add or update image permissions.
Declaration
Swift
public let sharedAccountId: String
-
Undocumented
Declaration
Swift
public init(imagePermissions: ImagePermissions, name: String, sharedAccountId: String)
-
Declaration
Swift
public func validate(name: String) throws