Class: Aws::Neptunedata::Types::GetLoaderJobStatusOutput

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, ...

Status information about the load job, in a layout that could look like this:

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1168

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

#statusString

The HTTP response code for the request.

Returns:

  • (String)


1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1168

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