Class: Aws::Neptunedata::Types::ListLoaderJobsInput

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

#include_queued_loadsBoolean

An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to ‘FALSE`. The default value is `TRUE`.

Returns:

  • (Boolean)


1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunedata/types.rb', line 1935

class ListLoaderJobsInput < Struct.new(
  :limit,
  :include_queued_loads)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The number of load IDs to list. Must be a positive integer greater than zero and not more than ‘100` (which is the default).

Returns:

  • (Integer)


1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-neptunedata/types.rb', line 1935

class ListLoaderJobsInput < Struct.new(
  :limit,
  :include_queued_loads)
  SENSITIVE = []
  include Aws::Structure
end