Class: Aws::Neptunedata::Types::GetLoaderJobStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetLoaderJobStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Boolean
Flag indicating whether or not to include details beyond the overall status (‘TRUE` or `FALSE`; the default is `FALSE`).
-
#errors ⇒ Boolean
Flag indicating whether or not to include a list of errors encountered (‘TRUE` or `FALSE`; the default is `FALSE`).
-
#errors_per_page ⇒ Integer
The number of errors returned in each page (a positive integer; the default is ‘10`).
-
#load_id ⇒ String
The load ID of the load job to get the status of.
-
#page ⇒ Integer
The error page number (a positive integer; the default is ‘1`).
Instance Attribute Details
#details ⇒ Boolean
Flag indicating whether or not to include details beyond the overall status (‘TRUE` or `FALSE`; the default is `FALSE`).
1147 1148 1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1147 class GetLoaderJobStatusInput < Struct.new( :load_id, :details, :errors, :page, :errors_per_page) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Boolean
Flag indicating whether or not to include a list of errors encountered (‘TRUE` or `FALSE`; the default is `FALSE`).
The list of errors is paged. The ‘page` and `errorsPerPage` parameters allow you to page through all the errors.
1147 1148 1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1147 class GetLoaderJobStatusInput < Struct.new( :load_id, :details, :errors, :page, :errors_per_page) SENSITIVE = [] include Aws::Structure end |
#errors_per_page ⇒ Integer
The number of errors returned in each page (a positive integer; the default is ‘10`). Only valid when the `errors` parameter set to `TRUE`.
1147 1148 1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1147 class GetLoaderJobStatusInput < Struct.new( :load_id, :details, :errors, :page, :errors_per_page) SENSITIVE = [] include Aws::Structure end |
#load_id ⇒ String
The load ID of the load job to get the status of.
1147 1148 1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1147 class GetLoaderJobStatusInput < Struct.new( :load_id, :details, :errors, :page, :errors_per_page) SENSITIVE = [] include Aws::Structure end |
#page ⇒ Integer
The error page number (a positive integer; the default is ‘1`). Only valid when the `errors` parameter is set to `TRUE`.
1147 1148 1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1147 class GetLoaderJobStatusInput < Struct.new( :load_id, :details, :errors, :page, :errors_per_page) SENSITIVE = [] include Aws::Structure end |