Class: Aws::Types::StartImportTaskOutput

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


732
733
734
# File 'sig/types.rbs', line 732

def format
  @format
end

#graph_id::String

Returns the value of attribute graph_id.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def graph_id
  @graph_id
end

#import_optionsTypes::ImportOptions

Returns the value of attribute import_options.



736
737
738
# File 'sig/types.rbs', line 736

def import_options
  @import_options
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


733
734
735
# File 'sig/types.rbs', line 733

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

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


735
736
737
# File 'sig/types.rbs', line 735

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def task_id
  @task_id
end