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)


7113
7114
7115
# File 'sig/types.rbs', line 7113

def end_time
  @end_time
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


7110
7111
7112
# File 'sig/types.rbs', line 7110

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")


7111
7112
7113
# File 'sig/types.rbs', line 7111

def ingestion_status
  @ingestion_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


7112
7113
7114
# File 'sig/types.rbs', line 7112

def start_time
  @start_time
end