Class: Aws::Types::DescribeJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::DescribeJobsRequestFilters

Returns the value of attribute filters.



296
297
298
# File 'sig/types.rbs', line 296

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def next_token
  @next_token
end