Class: Aws::Types::DescribeAutomationStepExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutomationStepExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
-
#filters ⇒ ::Array[Types::StepExecutionFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
Instance Attribute Details
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def automation_execution_id @automation_execution_id end |
#filters ⇒ ::Array[Types::StepExecutionFilter]
Returns the value of attribute filters.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def next_token @next_token end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def reverse_order @reverse_order end |