Struct aws_sdk_dlm::input::GetLifecyclePoliciesInput [−][src]
#[non_exhaustive]pub struct GetLifecyclePoliciesInput {
pub policy_ids: Option<Vec<String>>,
pub state: Option<GettablePolicyStateValues>,
pub resource_types: Option<Vec<ResourceTypeValues>>,
pub target_tags: Option<Vec<String>>,
pub tags_to_add: Option<Vec<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.policy_ids: Option<Vec<String>>The identifiers of the data lifecycle policies.
state: Option<GettablePolicyStateValues>The activation state.
resource_types: Option<Vec<ResourceTypeValues>>The resource type.
The target tag for a policy.
Tags are strings in the format key=value.
The tags to add to objects created by the policy.
Tags are strings in the format key=value.
These user-defined tags are added in addition to the Amazon Web Services-added lifecycle tags.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLifecyclePolicies, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLifecyclePolicies, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetLifecyclePolicies>
Creates a new builder-style object to manufacture GetLifecyclePoliciesInput
The activation state.
The resource type.
The target tag for a policy.
Tags are strings in the format key=value.
The tags to add to objects created by the policy.
Tags are strings in the format key=value.
These user-defined tags are added in addition to the Amazon Web Services-added lifecycle tags.
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 GetLifecyclePoliciesInput
impl Send for GetLifecyclePoliciesInput
impl Sync for GetLifecyclePoliciesInput
impl Unpin for GetLifecyclePoliciesInput
impl UnwindSafe for GetLifecyclePoliciesInput
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
