Struct rusoto_logs::PutDestinationPolicyRequest [] [src]

pub struct PutDestinationPolicyRequest {
    pub access_policy: String,
    pub destination_name: String,
}

Fields

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

A name for an existing destination.

Trait Implementations

impl Default for PutDestinationPolicyRequest
[src]

[src]

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

impl Debug for PutDestinationPolicyRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for PutDestinationPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more