Class: Aws::Types::IngestionJob

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)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def data_source_id
  @data_source_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def description
  @description
end

#failure_reasons::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1512
1513
1514
# File 'sig/types.rbs', line 1512

def failure_reasons
  @failure_reasons
end

#ingestion_job_id::String

Returns the value of attribute ingestion_job_id.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def ingestion_job_id
  @ingestion_job_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def knowledge_base_id
  @knowledge_base_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def started_at
  @started_at
end

#statisticsTypes::IngestionJobStatistics

Returns the value of attribute statistics.



1511
1512
1513
# File 'sig/types.rbs', line 1511

def statistics
  @statistics
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "IN_PROGRESS", "COMPLETE", "FAILED", "STOPPING", "STOPPED")


1510
1511
1512
# File 'sig/types.rbs', line 1510

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def updated_at
  @updated_at
end