Class: Aws::Types::GetBotChannelAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBotChannelAssociationResponse
- 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.
283 284 285 |
# File 'sig/types.rbs', line 283 def bot_alias @bot_alias end |
#bot_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute bot_configuration.
287 288 289 |
# File 'sig/types.rbs', line 287 def bot_configuration @bot_configuration end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
284 285 286 |
# File 'sig/types.rbs', line 284 def bot_name @bot_name end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
285 286 287 |
# File 'sig/types.rbs', line 285 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
282 283 284 |
# File 'sig/types.rbs', line 282 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
289 290 291 |
# File 'sig/types.rbs', line 289 def failure_reason @failure_reason end |
#name ⇒ ::String
Returns the value of attribute name.
281 282 283 |
# File 'sig/types.rbs', line 281 def name @name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
288 289 290 |
# File 'sig/types.rbs', line 288 def status @status end |
#type ⇒ "Facebook", ...
Returns the value of attribute type.
286 287 288 |
# File 'sig/types.rbs', line 286 def type @type end |