Struct cfn::aws::ec2::VolumeAttachmentProperties [] [src]

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

Properties for the VolumeAttachment resource.

Fields

Property Device.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property InstanceId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property VolumeId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for VolumeAttachmentProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for VolumeAttachmentProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for VolumeAttachmentProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VolumeAttachmentProperties> for VolumeAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations