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.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def category @category end |
#list_by ⇒ "NAME", ...
Returns the value of attribute list_by.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def list_by @list_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def next_token @next_token end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def order @order end |