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

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

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4998

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)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4998

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)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4998

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