InstanceState
public struct InstanceState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status code for the instance.
Declaration
Swift
public let code: Int?
-
The state of the instance (e.g., running or pending).
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(code: Int? = nil, name: String? = nil)