Class: Aws::Types::GetImportTaskOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_number::Integer

Returns the value of attribute attempt_number.

Returns:

  • (::Integer)


364
365
366
# File 'sig/types.rbs', line 364

def attempt_number
  @attempt_number
end

#format"CSV", ...

Returns the value of attribute format.

Returns:

  • ("CSV", "OPEN_CYPHER", "PARQUET", "NTRIPLES")


358
359
360
# File 'sig/types.rbs', line 358

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def graph_id
  @graph_id
end

#import_optionsTypes::ImportOptions

Returns the value of attribute import_options.



362
363
364
# File 'sig/types.rbs', line 362

def import_options
  @import_options
end

#import_task_detailsTypes::ImportTaskDetails

Returns the value of attribute import_task_details.



363
364
365
# File 'sig/types.rbs', line 363

def import_task_details
  @import_task_details
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


359
360
361
# File 'sig/types.rbs', line 359

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def source
  @source
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "EXPORTING", "ANALYZING_DATA", "IMPORTING", "REPROVISIONING", "ROLLING_BACK", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED", "DELETED")


361
362
363
# File 'sig/types.rbs', line 361

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def status_reason
  @status_reason
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def task_id
  @task_id
end