Class: Aws::Types::DescribeBulkImportJobResponse

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)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def adaptive_ingestion
  @adaptive_ingestion
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def dataset_id
  @dataset_id
end

#delete_files_after_importBoolean

Returns the value of attribute delete_files_after_import.

Returns:

  • (Boolean)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def delete_files_after_import
  @delete_files_after_import
end

#error_report_locationTypes::ErrorReportLocation

Returns the value of attribute error_report_location.



1636
1637
1638
# File 'sig/types.rbs', line 1636

def error_report_location
  @error_report_location
end

#files::Array[Types::File]

Returns the value of attribute files.

Returns:



1635
1636
1637
# File 'sig/types.rbs', line 1635

def files
  @files
end

#job_configurationTypes::JobConfiguration

Returns the value of attribute job_configuration.



1637
1638
1639
# File 'sig/types.rbs', line 1637

def job_configuration
  @job_configuration
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def job_creation_date
  @job_creation_date
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def job_id
  @job_id
end

#job_last_update_date::Time

Returns the value of attribute job_last_update_date.

Returns:

  • (::Time)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def job_last_update_date
  @job_last_update_date
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def job_name
  @job_name
end

#job_role_arn::String

Returns the value of attribute job_role_arn.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def job_role_arn
  @job_role_arn
end

#job_status"PENDING", ...

Returns the value of attribute job_status.

Returns:

  • ("PENDING", "CANCELLED", "RUNNING", "COMPLETED", "FAILED", "COMPLETED_WITH_FAILURES")


1633
1634
1635
# File 'sig/types.rbs', line 1633

def job_status
  @job_status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def workspace_name
  @workspace_name
end