Class: Aws::Types::GetImportFileTaskResponse

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:



278
279
280
# File 'sig/types.rbs', line 278

def completion_time
  @completion_time
end

#id::String

Returns the value of attribute id.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def id
  @id
end

#import_name::String

Returns the value of attribute import_name.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def import_name
  @import_name
end

#input_s3_bucket::String

Returns the value of attribute input_s3_bucket.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def input_s3_bucket
  @input_s3_bucket
end

#input_s3_key::String

Returns the value of attribute input_s3_key.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def input_s3_key
  @input_s3_key
end

#number_of_records_failed::Integer

Returns the value of attribute number_of_records_failed.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

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:



284
285
286
# File 'sig/types.rbs', line 284

def number_of_records_success
  @number_of_records_success
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def start_time
  @start_time
end

#status"ImportInProgress", ...

Returns the value of attribute status.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def status
  @status
end

#status_report_s3_bucket::String

Returns the value of attribute status_report_s3_bucket.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

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:



288
289
290
# File 'sig/types.rbs', line 288

def status_report_s3_key
  @status_report_s3_key
end