Class: Aws::Types::ImportTask
- Inherits:
-
Object
- Object
- Aws::Types::ImportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_import_failure ⇒ ::Integer
Returns the value of attribute application_import_failure.
-
#application_import_success ⇒ ::Integer
Returns the value of attribute application_import_success.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#errors_and_failed_entries_zip ⇒ ::String
Returns the value of attribute errors_and_failed_entries_zip.
-
#file_classification ⇒ "MODELIZEIT_EXPORT", ...
Returns the value of attribute file_classification.
-
#import_completion_time ⇒ ::Time
Returns the value of attribute import_completion_time.
-
#import_deleted_time ⇒ ::Time
Returns the value of attribute import_deleted_time.
-
#import_request_time ⇒ ::Time
Returns the value of attribute import_request_time.
-
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
-
#import_url ⇒ ::String
Returns the value of attribute import_url.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_import_failure ⇒ ::Integer
Returns the value of attribute server_import_failure.
-
#server_import_success ⇒ ::Integer
Returns the value of attribute server_import_success.
-
#status ⇒ "IMPORT_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#application_import_failure ⇒ ::Integer
Returns the value of attribute application_import_failure.
423 424 425 |
# File 'sig/types.rbs', line 423 def application_import_failure @application_import_failure end |
#application_import_success ⇒ ::Integer
Returns the value of attribute application_import_success.
422 423 424 |
# File 'sig/types.rbs', line 422 def application_import_success @application_import_success end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
412 413 414 |
# File 'sig/types.rbs', line 412 def client_request_token @client_request_token end |
#errors_and_failed_entries_zip ⇒ ::String
Returns the value of attribute errors_and_failed_entries_zip.
424 425 426 |
# File 'sig/types.rbs', line 424 def errors_and_failed_entries_zip @errors_and_failed_entries_zip end |
#file_classification ⇒ "MODELIZEIT_EXPORT", ...
Returns the value of attribute file_classification.
419 420 421 |
# File 'sig/types.rbs', line 419 def file_classification @file_classification end |
#import_completion_time ⇒ ::Time
Returns the value of attribute import_completion_time.
417 418 419 |
# File 'sig/types.rbs', line 417 def import_completion_time @import_completion_time end |
#import_deleted_time ⇒ ::Time
Returns the value of attribute import_deleted_time.
418 419 420 |
# File 'sig/types.rbs', line 418 def import_deleted_time @import_deleted_time end |
#import_request_time ⇒ ::Time
Returns the value of attribute import_request_time.
416 417 418 |
# File 'sig/types.rbs', line 416 def import_request_time @import_request_time end |
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def import_task_id @import_task_id end |
#import_url ⇒ ::String
Returns the value of attribute import_url.
414 415 416 |
# File 'sig/types.rbs', line 414 def import_url @import_url end |
#name ⇒ ::String
Returns the value of attribute name.
413 414 415 |
# File 'sig/types.rbs', line 413 def name @name end |
#server_import_failure ⇒ ::Integer
Returns the value of attribute server_import_failure.
421 422 423 |
# File 'sig/types.rbs', line 421 def server_import_failure @server_import_failure end |
#server_import_success ⇒ ::Integer
Returns the value of attribute server_import_success.
420 421 422 |
# File 'sig/types.rbs', line 420 def server_import_success @server_import_success end |
#status ⇒ "IMPORT_IN_PROGRESS", ...
Returns the value of attribute status.
415 416 417 |
# File 'sig/types.rbs', line 415 def status @status end |