Class: Aws::LexModelBuildingService::Types::DeleteBotAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteBotAliasRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot that the alias points to.
-
#name ⇒ String
The name of the alias to delete.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot that the alias points to.
739 740 741 742 743 744 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 739 class DeleteBotAliasRequest < Struct.new( :name, :bot_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the alias to delete. The name is case sensitive.
739 740 741 742 743 744 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 739 class DeleteBotAliasRequest < Struct.new( :name, :bot_name) SENSITIVE = [] include Aws::Structure end |