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)


7823
7824
7825
7826
7827
7828
7829
7830
7831
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7823

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)


7823
7824
7825
7826
7827
7828
7829
7830
7831
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7823

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)


7823
7824
7825
7826
7827
7828
7829
7830
7831
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7823

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)


7823
7824
7825
7826
7827
7828
7829
7830
7831
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7823

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)


7823
7824
7825
7826
7827
7828
7829
7830
7831
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7823

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