Class: Aws::Types::ListSlotTypesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSlotTypesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#filters ⇒ ::Array[Types::SlotTypeFilter]
Returns the value of attribute filters.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::SlotTypeSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def bot_version @bot_version end |
#filters ⇒ ::Array[Types::SlotTypeFilter]
Returns the value of attribute filters.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def filters @filters end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def next_token @next_token end |
#sort_by ⇒ Types::SlotTypeSortBy
Returns the value of attribute sort_by.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def sort_by @sort_by end |