Class: Aws::SSM::Types::ParentStepDetails

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

Overview

A detailed status of the parent step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The name of the automation action.

Returns:

  • (String)


14524
14525
14526
14527
14528
14529
14530
14531
14532
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14524

class ParentStepDetails < Struct.new(
  :step_execution_id,
  :step_name,
  :action,
  :iteration,
  :iterator_value)
  SENSITIVE = []
  include Aws::Structure
end

#iterationInteger

The current repetition of the loop represented by an integer.

Returns:

  • (Integer)


14524
14525
14526
14527
14528
14529
14530
14531
14532
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14524

class ParentStepDetails < Struct.new(
  :step_execution_id,
  :step_name,
  :action,
  :iteration,
  :iterator_value)
  SENSITIVE = []
  include Aws::Structure
end

#iterator_valueString

The current value of the specified iterator in the loop.

Returns:

  • (String)


14524
14525
14526
14527
14528
14529
14530
14531
14532
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14524

class ParentStepDetails < Struct.new(
  :step_execution_id,
  :step_name,
  :action,
  :iteration,
  :iterator_value)
  SENSITIVE = []
  include Aws::Structure
end

#step_execution_idString

The unique ID of a step execution.

Returns:

  • (String)


14524
14525
14526
14527
14528
14529
14530
14531
14532
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14524

class ParentStepDetails < Struct.new(
  :step_execution_id,
  :step_name,
  :action,
  :iteration,
  :iterator_value)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of the step.

Returns:

  • (String)


14524
14525
14526
14527
14528
14529
14530
14531
14532
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14524

class ParentStepDetails < Struct.new(
  :step_execution_id,
  :step_name,
  :action,
  :iteration,
  :iterator_value)
  SENSITIVE = []
  include Aws::Structure
end