Struct rusoto_cloudhsmv2::Backup[][src]

pub struct Backup {
    pub backup_id: String,
    pub backup_state: Option<String>,
    pub cluster_id: Option<String>,
    pub create_timestamp: Option<f64>,
}

Contains information about a backup of an AWS CloudHSM cluster.

Fields

The identifier (ID) of the backup.

The state of the backup.

The identifier (ID) of the cluster that was backed up.

The date and time when the backup was created.

Trait Implementations

impl Default for Backup
[src]

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

impl Debug for Backup
[src]

Formats the value using the given formatter. Read more

impl Clone for Backup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Backup
[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

impl Send for Backup

impl Sync for Backup