#[non_exhaustive]pub struct StartDataCollectionByAgentIdsOutput { /* private fields */ }Implementations
sourceimpl StartDataCollectionByAgentIdsOutput
impl StartDataCollectionByAgentIdsOutput
sourcepub fn agents_configuration_status(&self) -> Option<&[AgentConfigurationStatus]>
pub fn agents_configuration_status(&self) -> Option<&[AgentConfigurationStatus]>
Information about agents or the connector that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
sourceimpl StartDataCollectionByAgentIdsOutput
impl StartDataCollectionByAgentIdsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDataCollectionByAgentIdsOutput.
Trait Implementations
sourceimpl Clone for StartDataCollectionByAgentIdsOutput
impl Clone for StartDataCollectionByAgentIdsOutput
sourcefn clone(&self) -> StartDataCollectionByAgentIdsOutput
fn clone(&self) -> StartDataCollectionByAgentIdsOutput
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<StartDataCollectionByAgentIdsOutput> for StartDataCollectionByAgentIdsOutput
impl PartialEq<StartDataCollectionByAgentIdsOutput> for StartDataCollectionByAgentIdsOutput
sourcefn eq(&self, other: &StartDataCollectionByAgentIdsOutput) -> bool
fn eq(&self, other: &StartDataCollectionByAgentIdsOutput) -> bool
impl StructuralPartialEq for StartDataCollectionByAgentIdsOutput
Auto Trait Implementations
impl RefUnwindSafe for StartDataCollectionByAgentIdsOutput
impl Send for StartDataCollectionByAgentIdsOutput
impl Sync for StartDataCollectionByAgentIdsOutput
impl Unpin for StartDataCollectionByAgentIdsOutput
impl UnwindSafe for StartDataCollectionByAgentIdsOutput
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