Class: Aws::Types::CreateBotVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBotVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
Returns the value of attribute bot_version_locale_specification.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
869 870 871 |
# File 'sig/types.rbs', line 869 def bot_id @bot_id end |
#bot_status ⇒ "Creating", ...
Returns the value of attribute bot_status.
873 874 875 |
# File 'sig/types.rbs', line 873 def bot_status @bot_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
871 872 873 |
# File 'sig/types.rbs', line 871 def bot_version @bot_version end |
#bot_version_locale_specification ⇒ ::Hash[::String, Types::BotVersionLocaleDetails]
Returns the value of attribute bot_version_locale_specification.
872 873 874 |
# File 'sig/types.rbs', line 872 def bot_version_locale_specification @bot_version_locale_specification end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
874 875 876 |
# File 'sig/types.rbs', line 874 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
870 871 872 |
# File 'sig/types.rbs', line 870 def description @description end |