Struct rusoto_lightsail::DiskSnapshot [] [src]

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 Default for DiskSnapshot
[src]

[src]

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

impl Debug for DiskSnapshot
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DiskSnapshot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DiskSnapshot

impl Sync for DiskSnapshot