Struct rusoto_codepipeline::EncryptionKey [] [src]

pub struct EncryptionKey {
    pub id: String,
    pub type_: String,
}

Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.

Fields

The ID used to identify the key. For an AWS KMS key, this is the key ID or key ARN.

The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or updating a pipeline, the value must be set to 'KMS'.

Trait Implementations

impl Default for EncryptionKey
[src]

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

impl Debug for EncryptionKey
[src]

Formats the value using the given formatter.

impl Clone for EncryptionKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more