Class: Aws::Connect::Types::ListLexBotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListLexBotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_bots ⇒ Array<Types::LexBot>
The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#lex_bots ⇒ Array<Types::LexBot>
The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
13088 13089 13090 13091 13092 13093 |
# File 'lib/aws-sdk-connect/types.rb', line 13088 class ListLexBotsResponse < Struct.new( :lex_bots, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13088 13089 13090 13091 13092 13093 |
# File 'lib/aws-sdk-connect/types.rb', line 13088 class ListLexBotsResponse < Struct.new( :lex_bots, :next_token) SENSITIVE = [] include Aws::Structure end |