Class: Aws::Types::StopIngestionJobRequest

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)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def data_source_id
  @data_source_id
end

#ingestion_job_id::String

Returns the value of attribute ingestion_job_id.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def ingestion_job_id
  @ingestion_job_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def knowledge_base_id
  @knowledge_base_id
end