Class: Aws::SSM::Types::ParentStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParentStepDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
A detailed status of the parent step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The name of the automation action.
-
#iteration ⇒ Integer
The current repetition of the loop represented by an integer.
-
#iterator_value ⇒ String
The current value of the specified iterator in the loop.
-
#step_execution_id ⇒ String
The unique ID of a step execution.
-
#step_name ⇒ String
The name of the step.
Instance Attribute Details
#action ⇒ String
The name of the automation action.
14522 14523 14524 14525 14526 14527 14528 14529 14530 |
# File 'lib/aws-sdk-ssm/types.rb', line 14522 class ParentStepDetails < Struct.new( :step_execution_id, :step_name, :action, :iteration, :iterator_value) SENSITIVE = [] include Aws::Structure end |
#iteration ⇒ Integer
The current repetition of the loop represented by an integer.
14522 14523 14524 14525 14526 14527 14528 14529 14530 |
# File 'lib/aws-sdk-ssm/types.rb', line 14522 class ParentStepDetails < Struct.new( :step_execution_id, :step_name, :action, :iteration, :iterator_value) SENSITIVE = [] include Aws::Structure end |
#iterator_value ⇒ String
The current value of the specified iterator in the loop.
14522 14523 14524 14525 14526 14527 14528 14529 14530 |
# File 'lib/aws-sdk-ssm/types.rb', line 14522 class ParentStepDetails < Struct.new( :step_execution_id, :step_name, :action, :iteration, :iterator_value) SENSITIVE = [] include Aws::Structure end |
#step_execution_id ⇒ String
The unique ID of a step execution.
14522 14523 14524 14525 14526 14527 14528 14529 14530 |
# File 'lib/aws-sdk-ssm/types.rb', line 14522 class ParentStepDetails < Struct.new( :step_execution_id, :step_name, :action, :iteration, :iterator_value) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of the step.
14522 14523 14524 14525 14526 14527 14528 14529 14530 |
# File 'lib/aws-sdk-ssm/types.rb', line 14522 class ParentStepDetails < Struct.new( :step_execution_id, :step_name, :action, :iteration, :iterator_value) SENSITIVE = [] include Aws::Structure end |