Class: Aws::Types::ListImportsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImportsRequest
- 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::ImportFilter]
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::ImportSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def bot_version @bot_version end |
#filters ⇒ ::Array[Types::ImportFilter]
Returns the value of attribute filters.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def filters @filters end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def next_token @next_token end |
#sort_by ⇒ Types::ImportSortBy
Returns the value of attribute sort_by.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def sort_by @sort_by end |