Class: Aws::Types::ImportFileTaskInformation
- Inherits:
-
Object
- Object
- Aws::Types::ImportFileTaskInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#import_name ⇒ ::String
Returns the value of attribute import_name.
-
#input_s3_bucket ⇒ ::String
Returns the value of attribute input_s3_bucket.
-
#input_s3_key ⇒ ::String
Returns the value of attribute input_s3_key.
-
#number_of_records_failed ⇒ ::Integer
Returns the value of attribute number_of_records_failed.
-
#number_of_records_success ⇒ ::Integer
Returns the value of attribute number_of_records_success.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "ImportInProgress", ...
Returns the value of attribute status.
-
#status_report_s3_bucket ⇒ ::String
Returns the value of attribute status_report_s3_bucket.
-
#status_report_s3_key ⇒ ::String
Returns the value of attribute status_report_s3_key.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
378 379 380 |
# File 'sig/types.rbs', line 378 def completion_time @completion_time end |
#id ⇒ ::String
Returns the value of attribute id.
379 380 381 |
# File 'sig/types.rbs', line 379 def id @id end |
#import_name ⇒ ::String
Returns the value of attribute import_name.
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.
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.
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.
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.
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.
385 386 387 |
# File 'sig/types.rbs', line 385 def start_time @start_time end |
#status ⇒ "ImportInProgress", ...
Returns the value of attribute status.
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.
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.
388 389 390 |
# File 'sig/types.rbs', line 388 def status_report_s3_key @status_report_s3_key end |