Struct rusoto_opsworks::EbsBlockDevice [] [src]

pub struct EbsBlockDevice {
    pub delete_on_termination: Option<Boolean>,
    pub iops: Option<Integer>,
    pub snapshot_id: Option<String>,
    pub volume_size: Option<Integer>,
    pub volume_type: Option<VolumeType>,
}

Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice data type.

Fields

Whether the volume is deleted on instance termination.

The number of I/O operations per second (IOPS) that the volume supports. For more information, see EbsBlockDevice.

The snapshot ID.

The volume size, in GiB. For more information, see EbsBlockDevice.

The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, and standard for Magnetic volumes.

Trait Implementations

impl Default for EbsBlockDevice
[src]

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

impl Debug for EbsBlockDevice
[src]

Formats the value using the given formatter.

impl Clone for EbsBlockDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more