Struct aws_sdk_iot::input::UpdateMitigationActionInput [−][src]
#[non_exhaustive]pub struct UpdateMitigationActionInput {
pub action_name: Option<String>,
pub role_arn: Option<String>,
pub action_params: Option<MitigationActionParams>,
}
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.action_name: Option<String>
The friendly name for the mitigation action. You cannot change the name by using
UpdateMitigationAction
. Instead, you must delete and
recreate the
mitigation action with the new name.
role_arn: Option<String>
The ARN of the IAM role that is used to apply the mitigation action.
action_params: Option<MitigationActionParams>
Defines the type of action and the parameters for that action.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMitigationAction, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMitigationAction, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMitigationAction
>
Creates a new builder-style object to manufacture UpdateMitigationActionInput
The friendly name for the mitigation action. You cannot change the name by using
UpdateMitigationAction
. Instead, you must delete and
recreate the
mitigation action with the new name.
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.
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 RefUnwindSafe for UpdateMitigationActionInput
impl Send for UpdateMitigationActionInput
impl Sync for UpdateMitigationActionInput
impl Unpin for UpdateMitigationActionInput
impl UnwindSafe for UpdateMitigationActionInput
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