Class: Aws::Types::BotChannelAssociation
- Inherits:
-
Object
- Object
- Aws::Types::BotChannelAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_configuration.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "Facebook", ...
Returns the value of attribute type.
Instance Attribute Details
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
36 37 38 |
# File 'sig/types.rbs', line 36 def bot_alias @bot_alias end |
#bot_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_configuration.
40 41 42 |
# File 'sig/types.rbs', line 40 def bot_configuration @bot_configuration end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def bot_name @bot_name end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
38 39 40 |
# File 'sig/types.rbs', line 38 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
35 36 37 |
# File 'sig/types.rbs', line 35 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
42 43 44 |
# File 'sig/types.rbs', line 42 def failure_reason @failure_reason end |
#name ⇒ ::String
Returns the value of attribute name.
34 35 36 |
# File 'sig/types.rbs', line 34 def name @name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
41 42 43 |
# File 'sig/types.rbs', line 41 def status @status end |
#type ⇒ "Facebook", ...
Returns the value of attribute type.
39 40 41 |
# File 'sig/types.rbs', line 39 def type @type end |