Class: Aws::Types::ListJobTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def category
  @category
end

#list_by"NAME", ...

Returns the value of attribute list_by.

Returns:

  • ("NAME", "CREATION_DATE", "SYSTEM")


1589
1590
1591
# File 'sig/types.rbs', line 1589

def list_by
  @list_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def next_token
  @next_token
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


1592
1593
1594
# File 'sig/types.rbs', line 1592

def order
  @order
end