StartInstancesResult
public struct StartInstancesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the started instances.
Declaration
Swift
public let startingInstances: [InstanceStateChange]?
-
Undocumented
Declaration
Swift
public init(startingInstances: [InstanceStateChange]? = nil)