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. Read more

impl Clone for ScheduleKeyDeletionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ScheduleKeyDeletionResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations