Class: Aws::Types::GetBotAliasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBotAliasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_name ⇒ ::String
Returns the value of attribute bot_name.
260 261 262 |
# File 'sig/types.rbs', line 260 def bot_name @bot_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
262 263 264 |
# File 'sig/types.rbs', line 262 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
263 264 265 |
# File 'sig/types.rbs', line 263 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
261 262 263 |
# File 'sig/types.rbs', line 261 def next_token @next_token end |