Class: Aws::SSM::Types::DescribeAutomationStepExecutionsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4809

class DescribeAutomationStepExecutionsResult < Struct.new(
  :step_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#step_executionsArray<Types::StepExecution>

A list of details about the current state of all steps that make up an execution.

Returns:



4809
4810
4811
4812
4813
4814
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4809

class DescribeAutomationStepExecutionsResult < Struct.new(
  :step_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end