Class: Aws::Chime::Types::ListBotsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)

4842
4843
4844
4845
4846
4847
4848
# File 'lib/aws-sdk-chime/types.rb', line 4842

class ListBotsRequest < Struct.new(
  :account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call. The default is 10.

Returns:

  • (Integer)

4842
4843
4844
4845
4846
4847
4848
# File 'lib/aws-sdk-chime/types.rb', line 4842

class ListBotsRequest < Struct.new(
  :account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)

4842
4843
4844
4845
4846
4847
4848
# File 'lib/aws-sdk-chime/types.rb', line 4842

class ListBotsRequest < Struct.new(
  :account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end