Class: Aws::ConfigService::Types::RemediationExecutionStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::RemediationExecutionStep
- Defined in:
- gems/aws-sdk-configservice/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.
7169 7170 7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7169 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The details of the step.
7169 7170 7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7169 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.
7169 7170 7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7169 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.
7169 7170 7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7169 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.
7169 7170 7171 7172 7173 7174 7175 7176 7177 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7169 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |