Class: Aws::Types::ImportTaskSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"CSV", ...

Returns the value of attribute format.

Returns:

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


468
469
470
# File 'sig/types.rbs', line 468

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def graph_id
  @graph_id
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


469
470
471
# File 'sig/types.rbs', line 469

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

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")


471
472
473
# File 'sig/types.rbs', line 471

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def task_id
  @task_id
end