Class: Aws::SSM::Types::DescribeAutomationStepExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAutomationStepExecutionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ String
The Automation execution ID for which you want step execution descriptions.
-
#filters ⇒ Array<Types::StepExecutionFilter>
One or more filters to limit the number of step executions returned by the request.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#reverse_order ⇒ Boolean
Indicates whether to list step executions in reverse order by start time.
Instance Attribute Details
#automation_execution_id ⇒ String
The Automation execution ID for which you want step execution descriptions.
4818 4819 4820 4821 4822 4823 4824 4825 4826 |
# File 'lib/aws-sdk-ssm/types.rb', line 4818 class DescribeAutomationStepExecutionsRequest < Struct.new( :automation_execution_id, :filters, :next_token, :max_results, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::StepExecutionFilter>
One or more filters to limit the number of step executions returned by the request.
4818 4819 4820 4821 4822 4823 4824 4825 4826 |
# File 'lib/aws-sdk-ssm/types.rb', line 4818 class DescribeAutomationStepExecutionsRequest < Struct.new( :automation_execution_id, :filters, :next_token, :max_results, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
4818 4819 4820 4821 4822 4823 4824 4825 4826 |
# File 'lib/aws-sdk-ssm/types.rb', line 4818 class DescribeAutomationStepExecutionsRequest < Struct.new( :automation_execution_id, :filters, :next_token, :max_results, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
4818 4819 4820 4821 4822 4823 4824 4825 4826 |
# File 'lib/aws-sdk-ssm/types.rb', line 4818 class DescribeAutomationStepExecutionsRequest < Struct.new( :automation_execution_id, :filters, :next_token, :max_results, :reverse_order) SENSITIVE = [] include Aws::Structure end |
#reverse_order ⇒ Boolean
Indicates whether to list step executions in reverse order by start time. The default value is ‘false’.
4818 4819 4820 4821 4822 4823 4824 4825 4826 |
# File 'lib/aws-sdk-ssm/types.rb', line 4818 class DescribeAutomationStepExecutionsRequest < Struct.new( :automation_execution_id, :filters, :next_token, :max_results, :reverse_order) SENSITIVE = [] include Aws::Structure end |