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:



994
995
996
# File 'sig/types.rbs', line 994

def completed_timestamp
  @completed_timestamp
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def created_timestamp
  @created_timestamp
end

#failed_records_count::Integer

Returns the value of attribute failed_records_count.

Returns:



996
997
998
# File 'sig/types.rbs', line 996

def failed_records_count
  @failed_records_count
end

#failure_infoTypes::FailureInfo

Returns the value of attribute failure_info.

Returns:



991
992
993
# File 'sig/types.rbs', line 991

def failure_info
  @failure_info
end

#import_data_sourceTypes::ImportDataSource

Returns the value of attribute import_data_source.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def import_data_source
  @import_data_source
end

#import_destinationTypes::ImportDestination

Returns the value of attribute import_destination.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def import_destination
  @import_destination
end

#job_id::String

Returns the value of attribute job_id.

Returns:



988
989
990
# File 'sig/types.rbs', line 988

def job_id
  @job_id
end

#job_status"CREATED", ...

Returns the value of attribute job_status.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def job_status
  @job_status
end

#processed_records_count::Integer

Returns the value of attribute processed_records_count.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def processed_records_count
  @processed_records_count
end