Class: Aws::Types::CreateBotVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
Returns the value of attribute bot_version_locale_specification.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
862 863 864 |
# File 'sig/types.rbs', line 862 def bot_id @bot_id end |
#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
Returns the value of attribute bot_version_locale_specification.
864 865 866 |
# File 'sig/types.rbs', line 864 def bot_version_locale_specification @bot_version_locale_specification end |
#description ⇒ ::String
Returns the value of attribute description.
863 864 865 |
# File 'sig/types.rbs', line 863 def description @description end |