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)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def input_file
  @input_file
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2271
2272
2273
# File 'sig/types.rbs', line 2271

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def next_token
  @next_token
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


2273
2274
2275
# File 'sig/types.rbs', line 2273

def order
  @order
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def queue
  @queue
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2275
2276
2277
# File 'sig/types.rbs', line 2275

def status
  @status
end