Class: Aws::LexModelBuildingService::Types::GetBotAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBotAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot.
-
#name ⇒ String
The name of the bot alias.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot.
988 989 990 991 992 993 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 988 class GetBotAliasRequest < Struct.new( :name, :bot_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the bot alias. The name is case sensitive.
988 989 990 991 992 993 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 988 class GetBotAliasRequest < Struct.new( :name, :bot_name) SENSITIVE = [] include Aws::Structure end |