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
- Struct
- Aws::CodeGuruProfiler::Types::AgentOrchestrationConfig
- 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
-
#profiling_enabled ⇒ Boolean
A
Boolean
that specifies whether the profiling agent collects profiling data or not.
Instance Attribute Details
#profiling_enabled ⇒ Boolean
A Boolean
that specifies whether the profiling agent collects
profiling data or not. Set to true
to enable profiling.