LaunchPath

public struct LaunchPath : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    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)