Class: Aws::Types::ListIngestionJobsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def next_token
  @next_token
end

#sort_byTypes::IngestionJobSortBy

Returns the value of attribute sort_by.



1819
1820
1821
# File 'sig/types.rbs', line 1819

def sort_by
  @sort_by
end