Struct aws_sdk_iot::input::create_mitigation_action_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateMitigationActionInput
Implementations
A friendly name for the action. Choose a friendly name that accurately describes the action (for example, EnableLoggingAction
).
A friendly name for the action. Choose a friendly name that accurately describes the action (for example, EnableLoggingAction
).
The ARN of the IAM role that is used to apply the mitigation action.
The ARN of the IAM role that is used to apply the mitigation action.
Defines the type of action and the parameters for that action.
Defines the type of action and the parameters for that action.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the mitigation action.
Metadata that can be used to manage the mitigation action.
Consumes the builder and constructs a CreateMitigationActionInput
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