Struct rusoto_logs::ResourcePolicy [] [src]

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

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

The details of the policy.

The name of the resource policy.

Trait Implementations

impl Default for ResourcePolicy
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ResourcePolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResourcePolicy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations