Class: Aws::Types::CreateBulkImportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adaptive_ingestionBoolean

Returns the value of attribute adaptive_ingestion.

Returns:

  • (Boolean)


944
945
946
# File 'sig/types.rbs', line 944

def adaptive_ingestion
  @adaptive_ingestion
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def dataset_id
  @dataset_id
end

#delete_files_after_importBoolean

Returns the value of attribute delete_files_after_import.

Returns:

  • (Boolean)


945
946
947
# File 'sig/types.rbs', line 945

def delete_files_after_import
  @delete_files_after_import
end

#error_report_locationTypes::ErrorReportLocation

Returns the value of attribute error_report_location.



942
943
944
# File 'sig/types.rbs', line 942

def error_report_location
  @error_report_location
end

#files::Array[Types::File]

Returns the value of attribute files.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def files
  @files
end

#job_configurationTypes::JobConfiguration

Returns the value of attribute job_configuration.



943
944
945
# File 'sig/types.rbs', line 943

def job_configuration
  @job_configuration
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def job_name
  @job_name
end

#job_role_arn::String

Returns the value of attribute job_role_arn.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def job_role_arn
  @job_role_arn
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def workspace_name
  @workspace_name
end