Class: Aws::SSM::Types::DescribeAutomationStepExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAutomationStepExecutionsRequest
- Defined in:
- gems/aws-sdk-ssm/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.
5038 5039 5040 5041 5042 5043 5044 5045 5046 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5038 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.
5038 5039 5040 5041 5042 5043 5044 5045 5046 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5038 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.
5038 5039 5040 5041 5042 5043 5044 5045 5046 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5038 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.)
5038 5039 5040 5041 5042 5043 5044 5045 5046 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5038 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'.
5038 5039 5040 5041 5042 5043 5044 5045 5046 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5038 class DescribeAutomationStepExecutionsRequest < Struct.new( :automation_execution_id, :filters, :next_token, :max_results, :reverse_order) SENSITIVE = [] include Aws::Structure end |