Struct aws_sdk_ec2::model::network_interface_attachment::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NetworkInterfaceAttachment
Implementations
The timestamp indicating when the attachment initiated.
The timestamp indicating when the attachment initiated.
The ID of the network interface attachment.
The ID of the network interface attachment.
Indicates whether the network interface is deleted when the instance is terminated.
Indicates whether the network interface is deleted when the instance is terminated.
The device index of the network interface attachment on the instance.
The device index of the network interface attachment on the instance.
The index of the network card.
The index of the network card.
The ID of the instance.
The ID of the instance.
The Amazon Web Services account ID of the owner of the instance.
The Amazon Web Services account ID of the owner of the instance.
The attachment state.
The attachment state.
Consumes the builder and constructs a NetworkInterfaceAttachment
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more