Class: Aws::NeptuneGraph::Types::CancelImportTaskInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_identifierString

The unique identifier of the import task.

Returns:

  • (String)


33
34
35
36
37
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 33

class CancelImportTaskInput < Struct.new(
  :task_identifier)
  SENSITIVE = []
  include Aws::Structure
end