Class: Aws::Types::PutBotAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBotAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#conversation_logs ⇒ Types::ConversationLogsRequest
Returns the value of attribute conversation_logs.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
706 707 708 |
# File 'sig/types.rbs', line 706 def bot_name @bot_name end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
705 706 707 |
# File 'sig/types.rbs', line 705 def bot_version @bot_version end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
707 708 709 |
# File 'sig/types.rbs', line 707 def checksum @checksum end |
#conversation_logs ⇒ Types::ConversationLogsRequest
Returns the value of attribute conversation_logs.
708 709 710 |
# File 'sig/types.rbs', line 708 def conversation_logs @conversation_logs end |
#description ⇒ ::String
Returns the value of attribute description.
704 705 706 |
# File 'sig/types.rbs', line 704 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
703 704 705 |
# File 'sig/types.rbs', line 703 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
709 710 711 |
# File 'sig/types.rbs', line 709 def @tags end |