[][src]Struct rusoto_dlm::GetLifecyclePoliciesRequest

pub struct GetLifecyclePoliciesRequest {
    pub policy_ids: Option<Vec<String>>,
    pub resource_types: Option<Vec<String>>,
    pub state: Option<String>,
    pub tags_to_add: Option<Vec<String>>,
    pub target_tags: Option<Vec<String>>,
}

Fields

policy_ids: Option<Vec<String>>

The identifiers of the data lifecycle policies.

resource_types: Option<Vec<String>>

The resource type.

state: Option<String>

The activation state.

tags_to_add: Option<Vec<String>>

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 AWS-added lifecycle tags.

target_tags: Option<Vec<String>>

The target tag for a policy.

Tags are strings in the format key=value.

Trait Implementations

impl Clone for GetLifecyclePoliciesRequest[src]

impl Debug for GetLifecyclePoliciesRequest[src]

impl Default for GetLifecyclePoliciesRequest[src]

impl PartialEq<GetLifecyclePoliciesRequest> for GetLifecyclePoliciesRequest[src]

impl Serialize for GetLifecyclePoliciesRequest[src]

impl StructuralPartialEq for GetLifecyclePoliciesRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.