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

Class: Aws::ConfigService::Types::ExecutionControls

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

Overview

Note:

When passing ExecutionControls as input to an Aws::Client method, you can use a vanilla Hash:

{
  ssm_controls: {
    concurrent_execution_rate_percentage: 1,
    error_percentage: 1,
  },
}

The controls that AWS Config uses for executing remediations.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ssm_controlsTypes::SsmControls

A SsmControls object.

Returns: