WorkspaceImage
public struct WorkspaceImage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date when the image was created. If the image has been shared, the AWS account that the image has been shared with sees the original creation date of the image.
Declaration
Swift
public let created: TimeStamp?
-
The description of the image.
Declaration
Swift
public let description: String?
-
The error code that is returned for the image.
Declaration
Swift
public let errorCode: String?
-
The text of the error message that is returned for the image.
Declaration
Swift
public let errorMessage: String?
-
The identifier of the image.
Declaration
Swift
public let imageId: String?
-
The name of the image.
Declaration
Swift
public let name: String?
-
The operating system that the image is running.
Declaration
Swift
public let operatingSystem: OperatingSystem?
-
The identifier of the AWS account that owns the image.
Declaration
Swift
public let ownerAccountId: String?
-
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.
Declaration
Swift
public let requiredTenancy: WorkspaceImageRequiredTenancy?
-
The status of the image.
Declaration
Swift
public let state: WorkspaceImageState?
-
init(created:description:errorCode:errorMessage:imageId:name:operatingSystem:ownerAccountId:requiredTenancy:state:)
Undocumented
Declaration
Swift
public init(created: TimeStamp? = nil, description: String? = nil, errorCode: String? = nil, errorMessage: String? = nil, imageId: String? = nil, name: String? = nil, operatingSystem: OperatingSystem? = nil, ownerAccountId: String? = nil, requiredTenancy: WorkspaceImageRequiredTenancy? = nil, state: WorkspaceImageState? = nil)