Class: Aws::Types::GetIngestionJobRequest

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)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def data_source_id
  @data_source_id
end

#ingestion_job_id::String

Returns the value of attribute ingestion_job_id.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def ingestion_job_id
  @ingestion_job_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def knowledge_base_id
  @knowledge_base_id
end