Class: Aws::Types::ListPipelineExecutionStepsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineExecutionStepsRequest
- 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.
-
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8283 8284 8285 |
# File 'sig/types.rbs', line 8283 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8282 8283 8284 |
# File 'sig/types.rbs', line 8282 def next_token @next_token end |
#pipeline_execution_arn ⇒ ::String
Returns the value of attribute pipeline_execution_arn.
8281 8282 8283 |
# File 'sig/types.rbs', line 8281 def pipeline_execution_arn @pipeline_execution_arn end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8284 8285 8286 |
# File 'sig/types.rbs', line 8284 def sort_order @sort_order end |