Class: Aws::Neptunedata::Types::StartLoaderJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::StartLoaderJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Hash<String,String>
Contains a ‘loadId` name-value pair that provides an identifier for the load operation.
-
#status ⇒ String
The HTTP return code indicating the status of the load job.
Instance Attribute Details
#payload ⇒ Hash<String,String>
Contains a ‘loadId` name-value pair that provides an identifier for the load operation.
3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3346 class StartLoaderJobOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The HTTP return code indicating the status of the load job.
3346 3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3346 class StartLoaderJobOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |