Class: Aws::Types::StartJobsQueryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_list::Array[Types::JobsQueryFilter]

Returns the value of attribute filter_list.

Returns:



2302
2303
2304
# File 'sig/types.rbs', line 2302

def filter_list
  @filter_list
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2303
2304
2305
# File 'sig/types.rbs', line 2303

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def next_token
  @next_token
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


2305
2306
2307
# File 'sig/types.rbs', line 2305

def order
  @order
end