#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateActionTargetInput
Implementations
The ARN of the custom action target to update.
The ARN of the custom action target to update.
The updated name of the custom action target.
The updated name of the custom action target.
The updated description for the custom action target.
The updated description for the custom action target.
Consumes the builder and constructs a UpdateActionTargetInput
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