Struct aws_sdk_applicationdiscovery::output::StartDataCollectionByAgentIdsOutput [−][src]
#[non_exhaustive]pub struct StartDataCollectionByAgentIdsOutput {
pub agents_configuration_status: Option<Vec<AgentConfigurationStatus>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.agents_configuration_status: Option<Vec<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.
Implementations
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.
Creates a new builder-style object to manufacture StartDataCollectionByAgentIdsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for StartDataCollectionByAgentIdsOutput
impl Sync for StartDataCollectionByAgentIdsOutput
impl Unpin for StartDataCollectionByAgentIdsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
