Class: Aws::Types::ListIngestionJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIngestionJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#filters ⇒ ::Array[Types::IngestionJobFilter]
Returns the value of attribute filters.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::IngestionJobSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def data_source_id @data_source_id end |
#filters ⇒ ::Array[Types::IngestionJobFilter]
Returns the value of attribute filters.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def filters @filters end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def knowledge_base_id @knowledge_base_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def next_token @next_token end |
#sort_by ⇒ Types::IngestionJobSortBy
Returns the value of attribute sort_by.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def sort_by @sort_by end |