[][src]Struct rusoto_logs::ResourcePolicy

pub struct ResourcePolicy {
    pub last_updated_time: Option<i64>,
    pub policy_document: Option<String>,
    pub policy_name: Option<String>,
}

A policy enabling one or more entities to put logs to a log group in this account.

Fields

last_updated_time: Option<i64>

Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

policy_document: Option<String>

The details of the policy.

policy_name: Option<String>

The name of the resource policy.

Trait Implementations

impl Clone for ResourcePolicy[src]

impl Debug for ResourcePolicy[src]

impl Default for ResourcePolicy[src]

impl<'de> Deserialize<'de> for ResourcePolicy[src]

impl PartialEq<ResourcePolicy> for ResourcePolicy[src]

impl StructuralPartialEq for ResourcePolicy[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.