Class: Aws::SSM::Types::DescribeAutomationStepExecutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAutomationStepExecutionsResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#step_executions ⇒ Array<Types::StepExecution>
A list of details about the current state of all steps that make up an execution.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
4842 4843 4844 4845 4846 4847 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4842 class DescribeAutomationStepExecutionsResult < Struct.new( :step_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#step_executions ⇒ Array<Types::StepExecution>
A list of details about the current state of all steps that make up an execution.
4842 4843 4844 4845 4846 4847 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4842 class DescribeAutomationStepExecutionsResult < Struct.new( :step_executions, :next_token) SENSITIVE = [] include Aws::Structure end |