Class: Aws::Chime::Types::ListBotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListBotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bots ⇒ Array<Types::Bot>
List of bots and bot details.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#bots ⇒ Array<Types::Bot>
List of bots and bot details.
5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-chime/types.rb', line 5016 class ListBotsResponse < Struct.new( :bots, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-chime/types.rb', line 5016 class ListBotsResponse < Struct.new( :bots, :next_token) SENSITIVE = [] include Aws::Structure end |