Class: Aws::Types::BotAliasMetadata
- Inherits:
-
Object
- Object
- Aws::Types::BotAliasMetadata
- 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.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def bot_name @bot_name end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
24 25 26 |
# File 'sig/types.rbs', line 24 def bot_version @bot_version end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
28 29 30 |
# File 'sig/types.rbs', line 28 def checksum @checksum end |
#conversation_logs ⇒ Types::ConversationLogsResponse
Returns the value of attribute conversation_logs.
29 30 31 |
# File 'sig/types.rbs', line 29 def conversation_logs @conversation_logs end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
27 28 29 |
# File 'sig/types.rbs', line 27 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
23 24 25 |
# File 'sig/types.rbs', line 23 def description @description end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
26 27 28 |
# File 'sig/types.rbs', line 26 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
22 23 24 |
# File 'sig/types.rbs', line 22 def name @name end |