LaunchDetails
public struct LaunchDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The latest time that this application was launched successfully.
Declaration
Swift
public let latestLaunchTime: TimeStamp?
-
The ID of the latest stack launched for this application.
Declaration
Swift
public let stackId: String?
-
The name of the latest stack launched for this application.
Declaration
Swift
public let stackName: String?
-
Undocumented
Declaration
Swift
public init(latestLaunchTime: TimeStamp? = nil, stackId: String? = nil, stackName: String? = nil)