CopyImageRequest
public struct CopyImageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description that the image will have when it is copied to the destination.
Declaration
Swift
public let destinationImageDescription: String? -
The name that the image will have when it is copied to the destination.
Declaration
Swift
public let destinationImageName: String -
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
Declaration
Swift
public let destinationRegion: String -
The name of the image to copy.
Declaration
Swift
public let sourceImageName: String -
Undocumented
Declaration
Swift
public init(destinationImageDescription: String? = nil, destinationImageName: String, destinationRegion: String, sourceImageName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CopyImageRequest Structure Reference