ListBotsResponse

public struct ListBotsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of bots and bot details.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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