Class: Aws::ConfigService::Types::RemediationExecutionStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::RemediationExecutionStep
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Name of the step from the SSM document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
An error message if the step was interrupted during execution.
-
#name ⇒ String
The details of the step.
-
#start_time ⇒ Time
The time when the step started.
-
#state ⇒ String
The valid status of the step.
-
#stop_time ⇒ Time
The time when the step stopped.
Instance Attribute Details
#error_message ⇒ String
An error message if the step was interrupted during execution.
8304 8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-configservice/types.rb', line 8304 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The details of the step.
8304 8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-configservice/types.rb', line 8304 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the step started.
8304 8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-configservice/types.rb', line 8304 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The valid status of the step.
8304 8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-configservice/types.rb', line 8304 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
The time when the step stopped.
8304 8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-configservice/types.rb', line 8304 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |