Class: Aws::LexModelsV2::Types::DescribeBotAliasRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_idString

The identifier of the bot alias to describe.

Returns:

  • (String)


5539
5540
5541
5542
5543
5544
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5539

class DescribeBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The identifier of the bot associated with the bot alias to describe.

Returns:

  • (String)


5539
5540
5541
5542
5543
5544
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5539

class DescribeBotAliasRequest < Struct.new(
  :bot_alias_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end