Class: Aws::Types::PutBotAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutBotAliasResponse
- 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::ConversationLogsResponse
Returns the value of attribute conversation_logs.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#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.
717 718 719 |
# File 'sig/types.rbs', line 717 def bot_name @bot_name end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
716 717 718 |
# File 'sig/types.rbs', line 716 def bot_version @bot_version end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
720 721 722 |
# File 'sig/types.rbs', line 720 def checksum @checksum end |
#conversation_logs ⇒ Types::ConversationLogsResponse
Returns the value of attribute conversation_logs.
721 722 723 |
# File 'sig/types.rbs', line 721 def conversation_logs @conversation_logs end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
719 720 721 |
# File 'sig/types.rbs', line 719 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
715 716 717 |
# File 'sig/types.rbs', line 715 def description @description end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
718 719 720 |
# File 'sig/types.rbs', line 718 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
714 715 716 |
# File 'sig/types.rbs', line 714 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
722 723 724 |
# File 'sig/types.rbs', line 722 def end |