Class: Aws::Types::ListJobTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#list_by ⇒ "NAME", ...
Returns the value of attribute list_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def category @category end |
#list_by ⇒ "NAME", ...
Returns the value of attribute list_by.
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.
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.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def next_token @next_token end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def order @order end |