#[non_exhaustive]pub struct AgentOrchestrationConfig { /* private fields */ }
Expand description
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.
Implementations§
source§impl AgentOrchestrationConfig
impl AgentOrchestrationConfig
sourcepub fn profiling_enabled(&self) -> Option<bool>
pub fn profiling_enabled(&self) -> Option<bool>
A Boolean
that specifies whether the profiling agent collects profiling data or not. Set to true
to enable profiling.
source§impl AgentOrchestrationConfig
impl AgentOrchestrationConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AgentOrchestrationConfig
.
Trait Implementations§
source§impl Clone for AgentOrchestrationConfig
impl Clone for AgentOrchestrationConfig
source§fn clone(&self) -> AgentOrchestrationConfig
fn clone(&self) -> AgentOrchestrationConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AgentOrchestrationConfig
impl Debug for AgentOrchestrationConfig
source§impl PartialEq<AgentOrchestrationConfig> for AgentOrchestrationConfig
impl PartialEq<AgentOrchestrationConfig> for AgentOrchestrationConfig
source§fn eq(&self, other: &AgentOrchestrationConfig) -> bool
fn eq(&self, other: &AgentOrchestrationConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.