Class: Aws::Types::ConversationLogsDataSource
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLogsDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#filter ⇒ Types::ConversationLogsDataSourceFilterBy
Returns the value of attribute filter.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
739 740 741 |
# File 'sig/types.rbs', line 739 def bot_id @bot_id end |
#filter ⇒ Types::ConversationLogsDataSourceFilterBy
Returns the value of attribute filter.
742 743 744 |
# File 'sig/types.rbs', line 742 def filter @filter end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def locale_id @locale_id end |