InstanceStateChange
public struct InstanceStateChange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current state of the instance.
Declaration
Swift
public let currentState: InstanceState?
-
The ID of the instance.
Declaration
Swift
public let instanceId: String?
-
The previous state of the instance.
Declaration
Swift
public let previousState: InstanceState?
-
Undocumented
Declaration
Swift
public init(currentState: InstanceState? = nil, instanceId: String? = nil, previousState: InstanceState? = nil)