Class: Aws::Types::ListSlotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSlotsRequest
- 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::SlotFilter]
Returns the value of attribute filters.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#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::SlotSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def bot_version @bot_version end |
#filters ⇒ ::Array[Types::SlotFilter]
Returns the value of attribute filters.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def filters @filters end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def next_token @next_token end |
#sort_by ⇒ Types::SlotSortBy
Returns the value of attribute sort_by.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def sort_by @sort_by end |