pub struct NetworkInterfaceAttachmentResult {
pub attachment_id: Output<String>,
pub device_index: Output<i32>,
pub instance_id: Output<String>,
pub network_interface_id: Output<String>,
pub status: Output<String>,
}
Fields§
§attachment_id: Output<String>
The ENI Attachment ID.
device_index: Output<i32>
Network interface index (int).
instance_id: Output<String>
Instance ID to attach.
network_interface_id: Output<String>
ENI ID to attach.
status: Output<String>
The status of the Network Interface Attachment.
Auto Trait Implementations§
impl Freeze for NetworkInterfaceAttachmentResult
impl RefUnwindSafe for NetworkInterfaceAttachmentResult
impl Send for NetworkInterfaceAttachmentResult
impl Sync for NetworkInterfaceAttachmentResult
impl Unpin for NetworkInterfaceAttachmentResult
impl UnwindSafe for NetworkInterfaceAttachmentResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more