DeleteGitHubAccountTokenInput

public struct DeleteGitHubAccountTokenInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the GitHub account connection to delete.

    Declaration

    Swift

    public let tokenName: String?
  • Undocumented

    Declaration

    Swift

    public init(tokenName: String? = nil)