Method: Aws::NeptuneGraph::Types::StartImportTaskInput#source
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#source ⇒ String
A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.
2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938 class StartImportTaskInput < Struct.new( :import_options, :fail_on_error, :source, :format, :parquet_type, :blank_node_handling, :graph_identifier, :role_arn) SENSITIVE = [] include Aws::Structure end |