Class: Aws::Types::SearchJobsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_file::String

Returns the value of attribute input_file.

Returns:

  • (::String)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def input_file
  @input_file
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def next_token
  @next_token
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


2252
2253
2254
# File 'sig/types.rbs', line 2252

def order
  @order
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def queue
  @queue
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PROGRESSING", "COMPLETE", "CANCELED", "ERROR")


2254
2255
2256
# File 'sig/types.rbs', line 2254

def status
  @status
end