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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


10746
10747
10748
10749
10750
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10746

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