Class: Aws::Types::StartImportTaskInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blank_node_handling"convertToIri"

Returns the value of attribute blank_node_handling.

Returns:

  • ("convertToIri")


722
723
724
# File 'sig/types.rbs', line 722

def blank_node_handling
  @blank_node_handling
end

#fail_on_errorBoolean

Returns the value of attribute fail_on_error.

Returns:

  • (Boolean)


718
719
720
# File 'sig/types.rbs', line 718

def fail_on_error
  @fail_on_error
end

#format"CSV", ...

Returns the value of attribute format.

Returns:

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


720
721
722
# File 'sig/types.rbs', line 720

def format
  @format
end

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def graph_identifier
  @graph_identifier
end

#import_optionsTypes::ImportOptions

Returns the value of attribute import_options.



717
718
719
# File 'sig/types.rbs', line 717

def import_options
  @import_options
end

#parquet_type"COLUMNAR"

Returns the value of attribute parquet_type.

Returns:

  • ("COLUMNAR")


721
722
723
# File 'sig/types.rbs', line 721

def parquet_type
  @parquet_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def role_arn
  @role_arn
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def source
  @source
end