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

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

Overview

Note:

When making an API call, you may pass ExecutionControls data as a hash:

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

The controls that AWS Config uses for executing remediations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ssm_controlsTypes::SsmControls

A SsmControls object.

Returns:



3890
3891
3892
3893
3894
# File 'lib/aws-sdk-configservice/types.rb', line 3890

class ExecutionControls < Struct.new(
  :ssm_controls)
  SENSITIVE = []
  include Aws::Structure
end