ListGitHubAccountTokenNamesOutput

public struct ListGitHubAccountTokenNamesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

    Declaration

    Swift

    public let nextToken: String?
  • A list of names of connections to GitHub accounts.

    Declaration

    Swift

    public let tokenNameList: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tokenNameList: [String]? = nil)