ListAccountsResponse

public struct ListAccountsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of Amazon Chime accounts and account details.

    Declaration

    Swift

    public let accounts: [Account]?
  • The token to use to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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