You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_timeTime

Start time when the remediation was executed.

Returns:

  • (Time)

    Start time when the remediation was executed.

#last_updated_timeTime

The time when the remediation execution was last updated.

Returns:

  • (Time)

    The time when the remediation execution was last updated.

#resource_keyTypes::ResourceKey

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

Returns:

  • (Types::ResourceKey)

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

    .

#stateString

ENUM of the values.

Possible values:

  • QUEUED
  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    ENUM of the values.

#step_detailsArray<Types::RemediationExecutionStep>

Details of every step.

Returns: