[][src]Struct rusoto_lightsail::DiskSnapshot

pub struct DiskSnapshot {
    pub arn: Option<String>,
    pub created_at: Option<f64>,
    pub from_disk_arn: Option<String>,
    pub from_disk_name: Option<String>,
    pub location: Option<ResourceLocation>,
    pub name: Option<String>,
    pub progress: Option<String>,
    pub resource_type: Option<String>,
    pub size_in_gb: Option<i64>,
    pub state: Option<String>,
    pub support_code: Option<String>,
}

Describes a block storage disk snapshot.

Fields

The Amazon Resource Name (ARN) of the disk snapshot.

The date when the disk snapshot was created.

The Amazon Resource Name (ARN) of the source disk from which you are creating the disk snapshot.

The unique name of the source disk from which you are creating the disk snapshot.

The AWS Region and Availability Zone where the disk snapshot was created.

The name of the disk snapshot (e.g., my-disk-snapshot).

The progress of the disk snapshot operation.

The Lightsail resource type (e.g., DiskSnapshot).

The size of the disk in GB.

The status of the disk snapshot operation.

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Trait Implementations

impl Clone for DiskSnapshot
[src]

Performs copy-assignment from source. Read more

impl Default for DiskSnapshot
[src]

impl PartialEq<DiskSnapshot> for DiskSnapshot
[src]

impl Debug for DiskSnapshot
[src]

impl<'de> Deserialize<'de> for DiskSnapshot
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T