Class: Aws::Chime::Types::ListBotsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#botsArray<Types::Bot>

List of bots and bot details.

Returns:



5016
5017
5018
5019
5020
5021
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5016

class ListBotsResponse < Struct.new(
  :bots,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5016
5017
5018
5019
5020
5021
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5016

class ListBotsResponse < Struct.new(
  :bots,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end