Struct rusoto_ec2::EbsInstanceBlockDeviceSpecification [] [src]

pub struct EbsInstanceBlockDeviceSpecification {
    pub delete_on_termination: Option<bool>,
    pub volume_id: Option<String>,
}

Describes information used to set up an EBS volume specified in a block device mapping.

Fields

Indicates whether the volume is deleted on instance termination.

The ID of the EBS volume.

Trait Implementations

impl Default for EbsInstanceBlockDeviceSpecification
[src]

[src]

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

impl Debug for EbsInstanceBlockDeviceSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for EbsInstanceBlockDeviceSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more