Class: Aws::Types::ChatChannel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ChatbotSns, Empty, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chatbot_sns ⇒ ::Array[::String]

Returns the value of attribute chatbot_sns.

Returns:

  • (::Array[::String])


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.

Returns:

  • (Object)


80
81
82
# File 'sig/types.rbs', line 80

def unknown
  @unknown
end