Class: Aws::Types::ListPipelineExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#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.
-
#sort_by ⇒ "CreationTime", "PipelineExecutionArn"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
8333 8334 8335 |
# File 'sig/types.rbs', line 8333 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
8334 8335 8336 |
# File 'sig/types.rbs', line 8334 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8338 8339 8340 |
# File 'sig/types.rbs', line 8338 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8337 8338 8339 |
# File 'sig/types.rbs', line 8337 def next_token @next_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
8332 8333 8334 |
# File 'sig/types.rbs', line 8332 def pipeline_name @pipeline_name end |
#sort_by ⇒ "CreationTime", "PipelineExecutionArn"
Returns the value of attribute sort_by.
8335 8336 8337 |
# File 'sig/types.rbs', line 8335 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8336 8337 8338 |
# File 'sig/types.rbs', line 8336 def sort_order @sort_order end |