ListAccountsRequest

public struct ListAccountsRequest : AWSShape
extension SSO.ListAccountsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.

    Declaration

    Swift

    public let accessToken: String
  • This is the number of items clients can request per page.

    Declaration

    Swift

    public let maxResults: Int?
  • (Optional) When requesting subsequent pages, this is the page token from the previous response output.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accessToken: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws