Class: Aws::Neptunedata::Types::ListLoaderJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListLoaderJobsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::LoaderIdResult
The requested list of job IDs.
-
#status ⇒ String
Returns the status of the job list request.
Instance Attribute Details
#payload ⇒ Types::LoaderIdResult
The requested list of job IDs.
1952 1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1952 class ListLoaderJobsOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Returns the status of the job list request.
1952 1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1952 class ListLoaderJobsOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |