Class: Aws::Types::ListManagedJobTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedJobTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def next_token @next_token end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
3314 3315 3316 |
# File 'sig/types.rbs', line 3314 def template_name @template_name end |