ListBotsRequest

public struct ListBotsRequest : AWSShape
extension Chime.ListBotsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Chime account ID.

    Declaration

    Swift

    public let accountId: String
  • The maximum number of results to return in a single call. The default is 10.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to use to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws