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)


14460
14461
14462
14463
14464
14465
14466
14467
14468
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14460

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)


14460
14461
14462
14463
14464
14465
14466
14467
14468
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14460

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)


14460
14461
14462
14463
14464
14465
14466
14467
14468
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14460

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)


14460
14461
14462
14463
14464
14465
14466
14467
14468
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14460

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)


14460
14461
14462
14463
14464
14465
14466
14467
14468
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14460

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