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)


5612
5613
5614
5615
5616
5617
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5612

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)


5612
5613
5614
5615
5616
5617
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5612

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