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.
18784 18785 18786 18787 18788 |
# File 'lib/aws-sdk-connect/types.rb', line 18784 class LexV2Bot < Struct.new( :alias_arn) SENSITIVE = [] include Aws::Structure end |