Struct rusoto_ec2::InstanceNetworkInterfaceAttachment [] [src]

pub struct InstanceNetworkInterfaceAttachment {
    pub attach_time: Option<String>,
    pub attachment_id: Option<String>,
    pub delete_on_termination: Option<bool>,
    pub device_index: Option<i64>,
    pub status: Option<String>,
}

Describes a network interface attachment.

Fields

The time stamp when the attachment initiated.

The ID of the network interface attachment.

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

The index of the device on the instance for the network interface attachment.

The attachment state.

Trait Implementations

impl Default for InstanceNetworkInterfaceAttachment
[src]

[src]

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

impl Debug for InstanceNetworkInterfaceAttachment
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceNetworkInterfaceAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more