#[non_exhaustive]pub struct StartRemediationExecutionInput {
pub config_rule_name: Option<String>,
pub resource_keys: Option<Vec<ResourceKey>>,
}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.config_rule_name: Option<String>The list of names of Config rules that you want to run remediation execution for.
resource_keys: Option<Vec<ResourceKey>>A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartRemediationExecution, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartRemediationExecution, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartRemediationExecution>
Creates a new builder-style object to manufacture StartRemediationExecutionInput
The list of names of Config rules that you want to run remediation execution for.
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
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 Send for StartRemediationExecutionInput
impl Sync for StartRemediationExecutionInput
impl Unpin for StartRemediationExecutionInput
impl UnwindSafe for StartRemediationExecutionInput
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