Class: Aws::NeptuneGraph::Types::CancelImportTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::CancelImportTaskOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
Specifies the format of S3 data to be imported.
-
#graph_id ⇒ String
The unique identifier of the Neptune Analytics graph.
-
#parquet_type ⇒ String
The parquet type of the cancelled 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 to the location of the data to be imported.
-
#status ⇒ String
Current status of the task.
-
#task_id ⇒ String
The unique identifier of the import task.
Instance Attribute Details
#format ⇒ String
Specifies the format of S3 data to be imported. Valid values are
CSV, which identifies the Gremlin CSV format or OPENCYPHER,
which identifies the openCypher load format.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#graph_id ⇒ String
The unique identifier of the Neptune Analytics graph.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#parquet_type ⇒ String
The parquet type of the cancelled import task.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) 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.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
A URL identifying to 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.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the task. Status is CANCELLING when the import task is cancelled.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the import task.
147 148 149 150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 147 class CancelImportTaskOutput < Struct.new( :graph_id, :task_id, :source, :format, :parquet_type, :role_arn, :status) SENSITIVE = [] include Aws::Structure end |