Struct rusoto_logs::PutDestinationRequest [] [src]

pub struct PutDestinationRequest {
    pub destination_name: String,
    pub role_arn: String,
    pub target_arn: String,
}

Fields

A name for the destination.

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

Trait Implementations

impl Default for PutDestinationRequest
[src]

[src]

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

impl Debug for PutDestinationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PutDestinationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations