Struct rusoto_ec2::NetworkInterfaceAttachment [] [src]

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

Describes a network interface attachment.

Fields

The timestamp indicating when the attachment initiated.

The ID of the network interface attachment.

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

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

The ID of the instance.

The AWS account ID of the owner of the instance.

The attachment state.

Trait Implementations

impl Default for NetworkInterfaceAttachment
[src]

[src]

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

impl Debug for NetworkInterfaceAttachment
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterfaceAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more