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)


15382
15383
15384
15385
15386
15387
15388
15389
15390
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15382

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)


15382
15383
15384
15385
15386
15387
15388
15389
15390
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15382

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)


15382
15383
15384
15385
15386
15387
15388
15389
15390
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15382

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)


15382
15383
15384
15385
15386
15387
15388
15389
15390
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15382

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)


15382
15383
15384
15385
15386
15387
15388
15389
15390
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15382

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