Class: Aws::Types::GetImportFileTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImportFileTaskResponse
- 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.
278 279 280 |
# File 'sig/types.rbs', line 278 def completion_time @completion_time end |
#id ⇒ ::String
Returns the value of attribute id.
279 280 281 |
# File 'sig/types.rbs', line 279 def id @id end |
#import_name ⇒ ::String
Returns the value of attribute import_name.
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.
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.
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.
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.
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.
285 286 287 |
# File 'sig/types.rbs', line 285 def start_time @start_time end |
#status ⇒ "ImportInProgress", ...
Returns the value of attribute status.
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.
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.
288 289 290 |
# File 'sig/types.rbs', line 288 def status_report_s3_key @status_report_s3_key end |