Class: Aws::Types::ListIngestionJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_job_summaries::Array[Types::IngestionJobSummary]

Returns the value of attribute ingestion_job_summaries.

Returns:



1826
1827
1828
# File 'sig/types.rbs', line 1826

def ingestion_job_summaries
  @ingestion_job_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def next_token
  @next_token
end