Struct rusoto_opsworks::Volume [] [src]

pub struct Volume {
    pub availability_zone: Option<String>,
    pub device: Option<String>,
    pub ec_2_volume_id: Option<String>,
    pub instance_id: Option<String>,
    pub iops: Option<Integer>,
    pub mount_point: Option<String>,
    pub name: Option<String>,
    pub raid_array_id: Option<String>,
    pub region: Option<String>,
    pub size: Option<Integer>,
    pub status: Option<String>,
    pub volume_id: Option<String>,
    pub volume_type: Option<String>,
}

Describes an instance's Amazon EBS volume.

Fields

The volume Availability Zone. For more information, see Regions and Endpoints.

The device name.

The Amazon EC2 volume ID.

The instance ID.

For PIOPS volumes, the IOPS per disk.

The volume mount point. For example, "/mnt/disk1".

The volume name.

The RAID array ID.

The AWS region. For more information about AWS regions, see Regions and Endpoints.

The volume size.

The value returned by DescribeVolumes.

The volume ID.

The volume type, standard or PIOPS.

Trait Implementations

impl Default for Volume
[src]

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

impl Debug for Volume
[src]

Formats the value using the given formatter.

impl Clone for Volume
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more