Class: Aws::Connect::Types::LexV2Bot
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::LexV2Bot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Configuration information of an Amazon Lex V2 bot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
Instance Attribute Details
#alias_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
12823 12824 12825 12826 12827 |
# File 'lib/aws-sdk-connect/types.rb', line 12823 class LexV2Bot < Struct.new( :alias_arn) SENSITIVE = [] include Aws::Structure end |