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)


11831
11832
11833
11834
11835
# File 'lib/aws-sdk-connect/types.rb', line 11831

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