Class: Aws::ConfigService::Types::ExecutionControls
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ExecutionControls
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The controls that Config uses for executing remediations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ssm_controls ⇒ Types::SsmControls
A SsmControls object.
Instance Attribute Details
#ssm_controls ⇒ Types::SsmControls
A SsmControls object.
4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-configservice/types.rb', line 4142 class ExecutionControls < Struct.new( :ssm_controls) SENSITIVE = [] include Aws::Structure end |