#[non_exhaustive]pub struct StopDataCollectionByAgentIdsOutput { /* private fields */ }Implementations§
source§impl StopDataCollectionByAgentIdsOutput
impl StopDataCollectionByAgentIdsOutput
sourcepub fn agents_configuration_status(&self) -> Option<&[AgentConfigurationStatus]>
pub fn agents_configuration_status(&self) -> Option<&[AgentConfigurationStatus]>
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
source§impl StopDataCollectionByAgentIdsOutput
impl StopDataCollectionByAgentIdsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopDataCollectionByAgentIdsOutput.
Trait Implementations§
source§impl Clone for StopDataCollectionByAgentIdsOutput
impl Clone for StopDataCollectionByAgentIdsOutput
source§fn clone(&self) -> StopDataCollectionByAgentIdsOutput
fn clone(&self) -> StopDataCollectionByAgentIdsOutput
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 more