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.
7966 7967 7968 7969 7970 7971 7972 7973 7974 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7966 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The details of the step.
7966 7967 7968 7969 7970 7971 7972 7973 7974 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7966 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.
7966 7967 7968 7969 7970 7971 7972 7973 7974 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7966 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.
7966 7967 7968 7969 7970 7971 7972 7973 7974 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7966 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.
7966 7967 7968 7969 7970 7971 7972 7973 7974 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7966 class RemediationExecutionStep < Struct.new( :name, :state, :error_message, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |