Class: Aws::Neptunedata::Types::GetLoaderJobStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetLoaderJobStatusOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Hash, ...
Status information about the load job, in a layout that could look like this:.
-
#status ⇒ String
The HTTP response code for the request.
Instance Attribute Details
#payload ⇒ Hash, ...
Status information about the load job, in a layout that could look like this:
1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1168 class GetLoaderJobStatusOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The HTTP response code for the request.
1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1168 class GetLoaderJobStatusOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |