Struct rusoto_discovery::StartDataCollectionByAgentIdsResponse[][src]

pub struct StartDataCollectionByAgentIdsResponse {
    pub agents_configuration_status: Option<Vec<AgentConfigurationStatus>>,
}

Fields

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.

Trait Implementations

impl Default for StartDataCollectionByAgentIdsResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for StartDataCollectionByAgentIdsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for StartDataCollectionByAgentIdsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StartDataCollectionByAgentIdsResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations