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 Amazon Kinesis PutRecord on the destination stream.

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

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.

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