Class: Aws::LexModelsV2::Types::BotVersionLocaleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotVersionLocaleDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The version of a bot used for a bot locale.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_bot_version ⇒ String
The version of a bot used for a bot locale.
Instance Attribute Details
#source_bot_version ⇒ String
The version of a bot used for a bot locale.
2640 2641 2642 2643 2644 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2640 class BotVersionLocaleDetails < Struct.new( :source_bot_version) SENSITIVE = [] include Aws::Structure end |