Struct cfn::aws::ec2::instance::Volume [] [src]

pub struct Volume {
    pub device: Value<String>,
    pub volume_id: Value<String>,
}

The AWS::EC2::Instance.Volume property type.

Fields

Property Device.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property VolumeId.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for Volume
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Volume
[src]

[src]

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

Auto Trait Implementations

impl Send for Volume

impl Sync for Volume