Class: Aws::Types::ListTriggersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTriggersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependent_job_name ⇒ ::String
Returns the value of attribute dependent_job_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#dependent_job_name ⇒ ::String
Returns the value of attribute dependent_job_name.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def dependent_job_name @dependent_job_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5499 5500 5501 |
# File 'sig/types.rbs', line 5499 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def next_token @next_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5500 5501 5502 |
# File 'sig/types.rbs', line 5500 def @tags end |