Struct rusoto_ec2::NetworkInterfaceAttachmentChanges [] [src]

pub struct NetworkInterfaceAttachmentChanges {
    pub attachment_id: Option<String>,
    pub delete_on_termination: Option<bool>,
}

Describes an attachment change.

Fields

The ID of the network interface attachment.

Indicates whether the network interface is deleted when the instance is terminated.

Trait Implementations

impl Default for NetworkInterfaceAttachmentChanges
[src]

[src]

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

impl Debug for NetworkInterfaceAttachmentChanges
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterfaceAttachmentChanges
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more