Class: Aws::Types::GetImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_timestamp::Time

Returns the value of attribute completed_timestamp.

Returns:

  • (::Time)


970
971
972
# File 'sig/types.rbs', line 970

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


969
970
971
# File 'sig/types.rbs', line 969

def created_timestamp
  @created_timestamp
end

#failed_records_count::Integer

Returns the value of attribute failed_records_count.

Returns:

  • (::Integer)


972
973
974
# File 'sig/types.rbs', line 972

def failed_records_count
  @failed_records_count
end

#failure_infoTypes::FailureInfo

Returns the value of attribute failure_info.

Returns:



967
968
969
# File 'sig/types.rbs', line 967

def failure_info
  @failure_info
end

#import_data_sourceTypes::ImportDataSource

Returns the value of attribute import_data_source.



966
967
968
# File 'sig/types.rbs', line 966

def import_data_source
  @import_data_source
end

#import_destinationTypes::ImportDestination

Returns the value of attribute import_destination.



965
966
967
# File 'sig/types.rbs', line 965

def import_destination
  @import_destination
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def job_id
  @job_id
end

#job_status"CREATED", ...

Returns the value of attribute job_status.

Returns:

  • ("CREATED", "PROCESSING", "COMPLETED", "FAILED", "CANCELLED")


968
969
970
# File 'sig/types.rbs', line 968

def job_status
  @job_status
end

#processed_records_count::Integer

Returns the value of attribute processed_records_count.

Returns:

  • (::Integer)


971
972
973
# File 'sig/types.rbs', line 971

def processed_records_count
  @processed_records_count
end