Class: Aws::Types::ChatChannel
- Inherits:
-
Object
- Object
- Aws::Types::ChatChannel
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ChatbotSns, Empty, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chatbot_sns ⇒ ::Array[::String]
Returns the value of attribute chatbot_sns.
-
#empty ⇒ Types::EmptyChatChannel
Returns the value of attribute empty.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#chatbot_sns ⇒ ::Array[::String]
Returns the value of attribute chatbot_sns.
78 79 80 |
# File 'sig/types.rbs', line 78 def chatbot_sns @chatbot_sns end |
#empty ⇒ Types::EmptyChatChannel
Returns the value of attribute empty.
79 80 81 |
# File 'sig/types.rbs', line 79 def empty @empty end |
#unknown ⇒ Object
Returns the value of attribute unknown.
80 81 82 |
# File 'sig/types.rbs', line 80 def unknown @unknown end |