Class: Aws::ConfigService::Types::RemediationExecutionStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Provides details of the current status of the invoked remediation action for that resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_timeTime

Start time when the remediation was executed.

Returns:

  • (Time)


7761
7762
7763
7764
7765
7766
7767
7768
7769
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7761

class RemediationExecutionStatus < Struct.new(
  :resource_key,
  :state,
  :step_details,
  :invocation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time when the remediation execution was last updated.

Returns:

  • (Time)


7761
7762
7763
7764
7765
7766
7767
7768
7769
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7761

class RemediationExecutionStatus < Struct.new(
  :resource_key,
  :state,
  :step_details,
  :invocation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_keyTypes::ResourceKey

The details that identify a resource within Config, including the resource type and resource ID.

Returns:



7761
7762
7763
7764
7765
7766
7767
7768
7769
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7761

class RemediationExecutionStatus < Struct.new(
  :resource_key,
  :state,
  :step_details,
  :invocation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

ENUM of the values.

Returns:

  • (String)


7761
7762
7763
7764
7765
7766
7767
7768
7769
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7761

class RemediationExecutionStatus < Struct.new(
  :resource_key,
  :state,
  :step_details,
  :invocation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#step_detailsArray<Types::RemediationExecutionStep>

Details of every step.



7761
7762
7763
7764
7765
7766
7767
7768
7769
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7761

class RemediationExecutionStatus < Struct.new(
  :resource_key,
  :state,
  :step_details,
  :invocation_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end