LaunchPath
public struct LaunchPath : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the launch path.
Declaration
Swift
public let id: String? -
The name of the launch path.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil)
View on GitHub
LaunchPath Structure Reference