Class: Aws::Types::GetBotChannelAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBotChannelAssociationsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
295 296 297 |
# File 'sig/types.rbs', line 295 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def bot_name @bot_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
297 298 299 |
# File 'sig/types.rbs', line 297 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
298 299 300 |
# File 'sig/types.rbs', line 298 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
296 297 298 |
# File 'sig/types.rbs', line 296 def next_token @next_token end |