Struct aws_sdk_dlm::input::CreateLifecyclePolicyInput  [−][src]
#[non_exhaustive]pub struct CreateLifecyclePolicyInput {
    pub execution_role_arn: Option<String>,
    pub description: Option<String>,
    pub state: Option<SettablePolicyStateValues>,
    pub policy_details: Option<PolicyDetails>,
    pub tags: Option<HashMap<String, String>>,
}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.execution_role_arn: Option<String>The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
description: Option<String>A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.
state: Option<SettablePolicyStateValues>The desired activation state of the lifecycle policy after creation.
policy_details: Option<PolicyDetails>The configuration details of the lifecycle policy.
The tags to apply to the lifecycle policy during creation.
Implementations
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<CreateLifecyclePolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
    &self, 
    _config: &Config
) -> Result<Operation<CreateLifecyclePolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateLifecyclePolicy>
Creates a new builder-style object to manufacture CreateLifecyclePolicyInput
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.
The desired activation state of the lifecycle policy after creation.
The configuration details of the lifecycle policy.
The tags to apply to the lifecycle policy during creation.
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 CreateLifecyclePolicyInput
impl Send for CreateLifecyclePolicyInput
impl Sync for CreateLifecyclePolicyInput
impl Unpin for CreateLifecyclePolicyInput
impl UnwindSafe for CreateLifecyclePolicyInput
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
