Class: Aws::Neptunedata::Types::GetLoaderJobStatusInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsBoolean

Flag indicating whether or not to include details beyond the overall status (‘TRUE` or `FALSE`; the default is `FALSE`).

Returns:

  • (Boolean)


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

#errorsBoolean

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.

Returns:

  • (Boolean)


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_pageInteger

The number of errors returned in each page (a positive integer; the default is ‘10`). Only valid when the `errors` parameter set to `TRUE`.

Returns:

  • (Integer)


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_idString

The load ID of the load job to get the status of.

Returns:

  • (String)


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

#pageInteger

The error page number (a positive integer; the default is ‘1`). Only valid when the `errors` parameter is set to `TRUE`.

Returns:

  • (Integer)


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