Struct aws_sdk_applicationdiscovery::input::start_data_collection_by_agent_ids_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StartDataCollectionByAgentIdsInput
Implementations
Appends an item to agent_ids.
To override the contents of this collection use set_agent_ids.
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.
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.
Consumes the builder and constructs a StartDataCollectionByAgentIdsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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