Class: Aws::Types::ImportFileTaskInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def completion_time
  @completion_time
end

#id::String

Returns the value of attribute id.

Returns:



379
380
381
# File 'sig/types.rbs', line 379

def id
  @id
end

#import_name::String

Returns the value of attribute import_name.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def import_name
  @import_name
end

#input_s3_bucket::String

Returns the value of attribute input_s3_bucket.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def input_s3_bucket
  @input_s3_bucket
end

#input_s3_key::String

Returns the value of attribute input_s3_key.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def input_s3_key
  @input_s3_key
end

#number_of_records_failed::Integer

Returns the value of attribute number_of_records_failed.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def number_of_records_failed
  @number_of_records_failed
end

#number_of_records_success::Integer

Returns the value of attribute number_of_records_success.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def number_of_records_success
  @number_of_records_success
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def start_time
  @start_time
end

#status"ImportInProgress", ...

Returns the value of attribute status.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def status
  @status
end

#status_report_s3_bucket::String

Returns the value of attribute status_report_s3_bucket.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def status_report_s3_bucket
  @status_report_s3_bucket
end

#status_report_s3_key::String

Returns the value of attribute status_report_s3_key.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def status_report_s3_key
  @status_report_s3_key
end