Struct rusoto_logs::AssociateKmsKeyRequest [] [src]

pub struct AssociateKmsKeyRequest {
    pub kms_key_id: String,
    pub log_group_name: String,
}

Fields

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

The name of the log group.

Trait Implementations

impl Default for AssociateKmsKeyRequest
[src]

[src]

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

impl Debug for AssociateKmsKeyRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AssociateKmsKeyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations