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.
7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'lib/aws-sdk-configservice/types.rb', line 7822 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The details of the step.
7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'lib/aws-sdk-configservice/types.rb', line 7822 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.
7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'lib/aws-sdk-configservice/types.rb', line 7822 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.
7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'lib/aws-sdk-configservice/types.rb', line 7822 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.
7822 7823 7824 7825 7826 7827 7828 7829 7830 |
# File 'lib/aws-sdk-configservice/types.rb', line 7822 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |