Class: Aws::Types::KnowledgeBaseIngestionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


7379
7380
7381
# File 'sig/types.rbs', line 7379

def end_time
  @end_time
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


7376
7377
7378
# File 'sig/types.rbs', line 7376

def ingestion_id
  @ingestion_id
end

#ingestion_status"QUEUED", ...

Returns the value of attribute ingestion_status.

Returns:

  • ("QUEUED", "RUNNING", "FAILED", "COMPLETED", "INCOMPLETE", "CANCELLED", "CANCELLING", "TIMEOUT")


7377
7378
7379
# File 'sig/types.rbs', line 7377

def ingestion_status
  @ingestion_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


7378
7379
7380
# File 'sig/types.rbs', line 7378

def start_time
  @start_time
end