Class: Aws::Types::ImportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def created_timestamp
  @created_timestamp
end

#failed_records_count::Integer

Returns the value of attribute failed_records_count.

Returns:

  • (::Integer)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def failed_records_count
  @failed_records_count
end

#import_destinationTypes::ImportDestination

Returns the value of attribute import_destination.



1101
1102
1103
# File 'sig/types.rbs', line 1101

def import_destination
  @import_destination
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def job_id
  @job_id
end

#job_status"CREATED", ...

Returns the value of attribute job_status.

Returns:

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


1102
1103
1104
# File 'sig/types.rbs', line 1102

def job_status
  @job_status
end

#processed_records_count::Integer

Returns the value of attribute processed_records_count.

Returns:

  • (::Integer)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def processed_records_count
  @processed_records_count
end