Class: Aws::Types::ImportTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_import_failure::Integer

Returns the value of attribute application_import_failure.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("MODELIZEIT_EXPORT", "RVTOOLS_EXPORT", "VMWARE_NSX_EXPORT", "IMPORT_TEMPLATE")


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def import_url
  @import_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_COMPLETE_WITH_ERRORS", "IMPORT_FAILED", "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED", "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED", "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_FAILED_LIMIT_EXCEEDED", "INTERNAL_ERROR")


415
416
417
# File 'sig/types.rbs', line 415

def status
  @status
end