GetNetworkInterfaceAttachment constructor
const
GetNetworkInterfaceAttachment({})
Creates a new GetNetworkInterfaceAttachment.
attachmentId ID of the network interface attachment.
deviceIndex Device index of the network interface attachment on the instance.
instanceId ID of the instance.
instanceOwnerId AWS account ID of the owner of the instance.
networkCardIndex Index of the network card.
Implementation
const GetNetworkInterfaceAttachment({
required this.attachmentId,
required this.deviceIndex,
required this.instanceId,
required this.instanceOwnerId,
required this.networkCardIndex,
});