Struct aws_sdk_dlm::input::UpdateLifecyclePolicyInput  [−][src]
#[non_exhaustive]pub struct UpdateLifecyclePolicyInput {
    pub policy_id: Option<String>,
    pub execution_role_arn: Option<String>,
    pub state: Option<SettablePolicyStateValues>,
    pub description: Option<String>,
    pub policy_details: Option<PolicyDetails>,
}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.policy_id: Option<String>The identifier of the lifecycle policy.
execution_role_arn: Option<String>The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
state: Option<SettablePolicyStateValues>The desired activation state of the lifecycle policy after creation.
description: Option<String>A description of the lifecycle policy.
policy_details: Option<PolicyDetails>The configuration of the lifecycle policy. You cannot update the policy type or the resource type.
Implementations
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<UpdateLifecyclePolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<UpdateLifecyclePolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateLifecyclePolicy>
Creates a new builder-style object to manufacture UpdateLifecyclePolicyInput
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
The desired activation state of the lifecycle policy after creation.
A description of the lifecycle policy.
The configuration of the lifecycle policy. You cannot update the policy type or the resource type.
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 UpdateLifecyclePolicyInput
impl Send for UpdateLifecyclePolicyInput
impl Sync for UpdateLifecyclePolicyInput
impl Unpin for UpdateLifecyclePolicyInput
impl UnwindSafe for UpdateLifecyclePolicyInput
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
