#[non_exhaustive]pub struct StopDataCollectionByAgentIdsOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl StopDataCollectionByAgentIdsOutput
impl StopDataCollectionByAgentIdsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopDataCollectionByAgentIdsOutput.
Trait Implementations
sourceimpl Clone for StopDataCollectionByAgentIdsOutput
impl Clone for StopDataCollectionByAgentIdsOutput
sourcefn clone(&self) -> StopDataCollectionByAgentIdsOutput
fn clone(&self) -> StopDataCollectionByAgentIdsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<StopDataCollectionByAgentIdsOutput> for StopDataCollectionByAgentIdsOutput
impl PartialEq<StopDataCollectionByAgentIdsOutput> for StopDataCollectionByAgentIdsOutput
sourcefn eq(&self, other: &StopDataCollectionByAgentIdsOutput) -> bool
fn eq(&self, other: &StopDataCollectionByAgentIdsOutput) -> bool
impl StructuralPartialEq for StopDataCollectionByAgentIdsOutput
Auto Trait Implementations
impl RefUnwindSafe for StopDataCollectionByAgentIdsOutput
impl Send for StopDataCollectionByAgentIdsOutput
impl Sync for StopDataCollectionByAgentIdsOutput
impl Unpin for StopDataCollectionByAgentIdsOutput
impl UnwindSafe for StopDataCollectionByAgentIdsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more