Class: Aws::SSM::Types::ParentStepDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParentStepDetails
- 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
-
#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.
15035 15036 15037 15038 15039 15040 15041 15042 15043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15035 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.
15035 15036 15037 15038 15039 15040 15041 15042 15043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15035 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.
15035 15036 15037 15038 15039 15040 15041 15042 15043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15035 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.
15035 15036 15037 15038 15039 15040 15041 15042 15043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15035 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.
15035 15036 15037 15038 15039 15040 15041 15042 15043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15035 class ParentStepDetails < Struct.new( :step_execution_id, :step_name, :action, :iteration, :iterator_value) SENSITIVE = [] include Aws::Structure end |