Struct rusoto_ec2::DescribeVolumeAttributeResult [] [src]

pub struct DescribeVolumeAttributeResult {
    pub auto_enable_io: Option<AttributeBooleanValue>,
    pub product_codes: Option<Vec<ProductCode>>,
    pub volume_id: Option<String>,
}

Contains the output of DescribeVolumeAttribute.

Fields

The state of autoEnableIO attribute.

A list of product codes.

The ID of the volume.

Trait Implementations

impl Default for DescribeVolumeAttributeResult
[src]

[src]

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

impl Debug for DescribeVolumeAttributeResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeVolumeAttributeResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more