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]

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

impl Debug for DescribeVolumeAttributeResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeVolumeAttributeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeVolumeAttributeResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations