Class: Aws::LexModelsV2::Types::DescribeBotAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ String
The identifier of the bot alias to describe.
-
#bot_id ⇒ String
The identifier of the bot associated with the bot alias to describe.
Instance Attribute Details
#bot_alias_id ⇒ String
The identifier of the bot alias to describe.
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_id ⇒ String
The identifier of the bot associated with the bot alias to describe.
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 |