Class: Aws::Types::ListBuiltInIntentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBuiltInIntentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::BuiltInIntentSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def next_token @next_token end |
#sort_by ⇒ Types::BuiltInIntentSortBy
Returns the value of attribute sort_by.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def sort_by @sort_by end |