ImageState
public struct ImageState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The reason for the image’s status.
Declaration
Swift
public let reason: String? -
The status of the image.
Declaration
Swift
public let status: ImageStatus? -
Undocumented
Declaration
Swift
public init(reason: String? = nil, status: ImageStatus? = nil)
View on GitHub
ImageState Structure Reference