Class: Aws::Types::ListPipelinesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelinesRequest
- 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_prefix ⇒ ::String
Returns the value of attribute pipeline_name_prefix.
-
#sort_by ⇒ "Name", "CreationTime"
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.
8342 8343 8344 |
# File 'sig/types.rbs', line 8342 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
8343 8344 8345 |
# File 'sig/types.rbs', line 8343 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8347 8348 8349 |
# File 'sig/types.rbs', line 8347 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8346 8347 8348 |
# File 'sig/types.rbs', line 8346 def next_token @next_token end |
#pipeline_name_prefix ⇒ ::String
Returns the value of attribute pipeline_name_prefix.
8341 8342 8343 |
# File 'sig/types.rbs', line 8341 def pipeline_name_prefix @pipeline_name_prefix end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
8344 8345 8346 |
# File 'sig/types.rbs', line 8344 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8345 8346 8347 |
# File 'sig/types.rbs', line 8345 def sort_order @sort_order end |