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

Class: Aws::CodeGuruProfiler::Types::AgentOrchestrationConfig

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

Overview

Note:

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

{
  profiling_enabled: false, # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#profiling_enabledBoolean

A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.

Returns:

  • (Boolean)

    A Boolean that specifies whether the profiling agent collects profiling data or not.