Class: Aws::Neptunedata::Types::CancelLoaderJobInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_idString

The ID of the load job to be deleted.

Returns:

  • (String)


115
116
117
118
119
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 115

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