Class: Aws::Types::IngestionJobSummary

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)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def data_source_id
  @data_source_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def description
  @description
end

#ingestion_job_id::String

Returns the value of attribute ingestion_job_id.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def ingestion_job_id
  @ingestion_job_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def knowledge_base_id
  @knowledge_base_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def started_at
  @started_at
end

#statisticsTypes::IngestionJobStatistics

Returns the value of attribute statistics.



1551
1552
1553
# File 'sig/types.rbs', line 1551

def statistics
  @statistics
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


1548
1549
1550
# File 'sig/types.rbs', line 1548

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def updated_at
  @updated_at
end