Struct rusoto_kms::ScheduleKeyDeletionResponse [] [src]

pub struct ScheduleKeyDeletionResponse {
    pub deletion_date: Option<f64>,
    pub key_id: Option<String>,
}

Fields

The date and time after which AWS KMS deletes the customer master key (CMK).

The unique identifier of the customer master key (CMK) for which deletion is scheduled.

Trait Implementations

impl Default for ScheduleKeyDeletionResponse
[src]

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

impl Debug for ScheduleKeyDeletionResponse
[src]

Formats the value using the given formatter.

impl Clone for ScheduleKeyDeletionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more