Class: Aws::Types::GetBotChannelAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBotChannelAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
276 277 278 |
# File 'sig/types.rbs', line 276 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
275 276 277 |
# File 'sig/types.rbs', line 275 def bot_name @bot_name end |
#name ⇒ ::String
Returns the value of attribute name.
274 275 276 |
# File 'sig/types.rbs', line 274 def name @name end |