Struct aws_sdk_applicationdiscovery::input::stop_data_collection_by_agent_ids_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for StopDataCollectionByAgentIdsInput
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 stop collecting data.
The IDs of the agents or connectors from which to stop collecting data.
Consumes the builder and constructs a StopDataCollectionByAgentIdsInput
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