Class: Aws::NeptuneGraph::Types::StartImportTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::StartImportTaskOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
Specifies the format of Amazon S3 data to be imported.
-
#graph_id ⇒ String
The unique identifier of the Neptune Analytics graph.
-
#import_options ⇒ Types::ImportOptions
Options for how to perform an import.
-
#parquet_type ⇒ String
The parquet type of the import task.
-
#role_arn ⇒ String
The ARN of the IAM role that will allow access to the data that is to be imported.
-
#source ⇒ String
A URL identifying the location of the data to be imported.
-
#status ⇒ String
The status of the import task.
-
#task_id ⇒ String
The unique identifier of the import task.
Instance Attribute Details
#format ⇒ String
Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#graph_id ⇒ String
The unique identifier of the Neptune Analytics graph.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#import_options ⇒ Types::ImportOptions
Options for how to perform an import.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#parquet_type ⇒ String
The parquet type of the import task.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that will allow access to the data that is to be imported.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#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.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the import task.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the import task.
2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2990 class StartImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status, :import_options) SENSITIVE = [] include Aws::Structure end |