Struct aws_sdk_applicationdiscovery::input::StartDataCollectionByAgentIdsInput [−][src]
#[non_exhaustive]pub struct StartDataCollectionByAgentIdsInput {
pub agent_ids: Option<Vec<String>>,
}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.agent_ids: Option<Vec<String>>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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDataCollectionByAgentIds, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDataCollectionByAgentIds, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartDataCollectionByAgentIds>
Creates a new builder-style object to manufacture StartDataCollectionByAgentIdsInput
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 StartDataCollectionByAgentIdsInput
impl Sync for StartDataCollectionByAgentIdsInput
impl Unpin for StartDataCollectionByAgentIdsInput
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