Class: Aws::Neptunedata::Types::CancelLoaderJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::CancelLoaderJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_id ⇒ String
The ID of the load job to be deleted.
Instance Attribute Details
#load_id ⇒ String
The ID of the load job to be deleted.
115 116 117 118 119 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 115 class CancelLoaderJobInput < Struct.new( :load_id) SENSITIVE = [] include Aws::Structure end |