#[non_exhaustive]pub struct StartDataCollectionByAgentIdsOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl StartDataCollectionByAgentIdsOutput
impl StartDataCollectionByAgentIdsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDataCollectionByAgentIdsOutput.
Trait Implementations§
source§impl Clone for StartDataCollectionByAgentIdsOutput
impl Clone for StartDataCollectionByAgentIdsOutput
source§fn clone(&self) -> StartDataCollectionByAgentIdsOutput
fn clone(&self) -> StartDataCollectionByAgentIdsOutput
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 PartialEq<StartDataCollectionByAgentIdsOutput> for StartDataCollectionByAgentIdsOutput
impl PartialEq<StartDataCollectionByAgentIdsOutput> for StartDataCollectionByAgentIdsOutput
source§fn eq(&self, other: &StartDataCollectionByAgentIdsOutput) -> bool
fn eq(&self, other: &StartDataCollectionByAgentIdsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.