Struct rusoto_discovery::StartDataCollectionByAgentIdsRequest[][src]

pub struct StartDataCollectionByAgentIdsRequest {
    pub agent_ids: Vec<String>,
}

Fields

The IDs of the agents or connectors from which to start collecting data. If you send a request to an agent/connector ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows Failed in the Description field.

Trait Implementations

impl Default for StartDataCollectionByAgentIdsRequest
[src]

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

impl Debug for StartDataCollectionByAgentIdsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for StartDataCollectionByAgentIdsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StartDataCollectionByAgentIdsRequest
[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