Class: Aws::ConfigService::Types::RemediationExecutionStep

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

An error message if the step was interrupted during execution.

Returns:

  • (String)


7795
7796
7797
7798
7799
7800
7801
7802
7803
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7795

class RemediationExecutionStep < Struct.new(
  :name,
  :state,
  :error_message,
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The details of the step.

Returns:

  • (String)


7795
7796
7797
7798
7799
7800
7801
7802
7803
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7795

class RemediationExecutionStep < Struct.new(
  :name,
  :state,
  :error_message,
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time when the step started.

Returns:

  • (Time)


7795
7796
7797
7798
7799
7800
7801
7802
7803
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7795

class RemediationExecutionStep < Struct.new(
  :name,
  :state,
  :error_message,
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The valid status of the step.

Returns:

  • (String)


7795
7796
7797
7798
7799
7800
7801
7802
7803
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7795

class RemediationExecutionStep < Struct.new(
  :name,
  :state,
  :error_message,
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end

#stop_timeTime

The time when the step stopped.

Returns:

  • (Time)


7795
7796
7797
7798
7799
7800
7801
7802
7803
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7795

class RemediationExecutionStep < Struct.new(
  :name,
  :state,
  :error_message,
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end