CopyWorkspaceImageRequest
public struct CopyWorkspaceImageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the image.
Declaration
Swift
public let description: String? -
The name of the image.
Declaration
Swift
public let name: String -
The identifier of the source image.
Declaration
Swift
public let sourceImageId: String -
The identifier of the source Region.
Declaration
Swift
public let sourceRegion: String -
The tags for the image.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String, sourceImageId: String, sourceRegion: String, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CopyWorkspaceImageRequest Structure Reference