class Aws::CodeGuruProfiler::Types::AgentOrchestrationConfig

Specifies whether profiling is enabled or disabled for a profiling group. It is used by [ `ConfigureAgent` ][1] to enable or disable profiling for a profiling group.

[1]: docs.aws.amazon.com/codeguru/latest/profiler-api/API_ConfigureAgent.html

@note When making an API call, you may pass AgentOrchestrationConfig

data as a hash:

    {
      profiling_enabled: false, # required
    }

@!attribute [rw] profiling_enabled

A `Boolean` that specifies whether the profiling agent collects
profiling data or not. Set to `true` to enable profiling.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/AgentOrchestrationConfig AWS API Documentation

Constants

SENSITIVE