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)


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

def adaptive_ingestion
  @adaptive_ingestion
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


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

def dataset_id
  @dataset_id
end

#delete_files_after_importBoolean

Returns the value of attribute delete_files_after_import.

Returns:

  • (Boolean)


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

def delete_files_after_import
  @delete_files_after_import
end

#error_report_locationTypes::ErrorReportLocation

Returns the value of attribute error_report_location.



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

def error_report_location
  @error_report_location
end

#files::Array[Types::File]

Returns the value of attribute files.

Returns:



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

def files
  @files
end

#job_configurationTypes::JobConfiguration

Returns the value of attribute job_configuration.



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

def job_configuration
  @job_configuration
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def job_name
  @job_name
end

#job_role_arn::String

Returns the value of attribute job_role_arn.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def job_role_arn
  @job_role_arn
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


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

def workspace_name
  @workspace_name
end