Class: Aws::Types::ListPipelineExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineExecutionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::PipelineExecutionFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
Instance Attribute Details
#filter ⇒ Types::PipelineExecutionFilter
Returns the value of attribute filter.
775 776 777 |
# File 'sig/types.rbs', line 775 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
774 775 776 |
# File 'sig/types.rbs', line 774 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
776 777 778 |
# File 'sig/types.rbs', line 776 def next_token @next_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
773 774 775 |
# File 'sig/types.rbs', line 773 def pipeline_name @pipeline_name end |