Class: Aws::SSM::Types::DescribeAutomationStepExecutionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAutomationStepExecutionsResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
4840 4841 4842 4843 4844 4845 |
# File 'lib/aws-sdk-ssm/types.rb', line 4840 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.
4840 4841 4842 4843 4844 4845 |
# File 'lib/aws-sdk-ssm/types.rb', line 4840 class DescribeAutomationStepExecutionsResult < Struct.new( :step_executions, :next_token) SENSITIVE = [] include Aws::Structure end |