Class: Aws::Neptunedata::Types::StartLoaderJobOutput

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

#payloadHash<String,String>

Contains a loadId name-value pair that provides an identifier for the load operation.

Returns:

  • (Hash<String,String>)


3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3346

class StartLoaderJobOutput < Struct.new(
  :status,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The HTTP return code indicating the status of the load job.

Returns:

  • (String)


3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3346

class StartLoaderJobOutput < Struct.new(
  :status,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end