Class: Aws::Neptunedata::Types::ListLoaderJobsOutput

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

#payloadTypes::LoaderIdResult

The requested list of job IDs.



1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1952

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

#statusString

Returns the status of the job list request.

Returns:

  • (String)


1952
1953
1954
1955
1956
1957
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1952

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