Class: Aws::ConfigService::Types::RemediationExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::RemediationExecutionStatus
- Includes:
- Structure
- Defined in:
- 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
-
#invocation_time ⇒ Time
Start time when the remediation was executed.
-
#last_updated_time ⇒ Time
The time when the remediation execution was last updated.
-
#resource_key ⇒ Types::ResourceKey
The details that identify a resource within Config, including the resource type and resource ID.
-
#state ⇒ String
ENUM of the values.
-
#step_details ⇒ Array<Types::RemediationExecutionStep>
Details of every step.
Instance Attribute Details
#invocation_time ⇒ Time
Start time when the remediation was executed.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-configservice/types.rb', line 7788 class RemediationExecutionStatus < Struct.new( :resource_key, :state, :step_details, :invocation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time when the remediation execution was last updated.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-configservice/types.rb', line 7788 class RemediationExecutionStatus < Struct.new( :resource_key, :state, :step_details, :invocation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#resource_key ⇒ Types::ResourceKey
The details that identify a resource within Config, including the resource type and resource ID.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-configservice/types.rb', line 7788 class RemediationExecutionStatus < Struct.new( :resource_key, :state, :step_details, :invocation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
ENUM of the values.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-configservice/types.rb', line 7788 class RemediationExecutionStatus < Struct.new( :resource_key, :state, :step_details, :invocation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#step_details ⇒ Array<Types::RemediationExecutionStep>
Details of every step.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-configservice/types.rb', line 7788 class RemediationExecutionStatus < Struct.new( :resource_key, :state, :step_details, :invocation_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |