ListGitHubAccountTokenNamesInput

public struct ListGitHubAccountTokenNamesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil)