Class: Aws::Connect::Types::LexV2Bot

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alias_arnString

The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.

Returns:

  • (String)


10327
10328
10329
10330
10331
# File 'lib/aws-sdk-connect/types.rb', line 10327

class LexV2Bot < Struct.new(
  :alias_arn)
  SENSITIVE = []
  include Aws::Structure
end