Class: Aws::Types::CancelImportTaskOutput

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


43
44
45
# File 'sig/types.rbs', line 43

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def graph_id
  @graph_id
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


44
45
46
# File 'sig/types.rbs', line 44

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

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


46
47
48
# File 'sig/types.rbs', line 46

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def task_id
  @task_id
end