Class: Aws::NeptuneGraph::Types::CancelImportTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::CancelImportTaskInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_identifier ⇒ String
The unique identifier of the import task.
Instance Attribute Details
#task_identifier ⇒ String
The unique identifier of the import task.
100 101 102 103 104 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 100 class CancelImportTaskInput < Struct.new( :task_identifier) SENSITIVE = [] include Aws::Structure end |