AwsEc2NetworkInterfacePropertiesResponse

constructor(connectionTrackingSpecification: ConnectionTrackingSpecificationResponse? = null, description: String? = null, enablePrimaryIpv6: Boolean? = null, groupSet: List<String>? = null, id: String? = null, interfaceType: String? = null, ipv4PrefixCount: Int? = null, ipv4Prefixes: List<Ipv4PrefixSpecificationResponse>? = null, ipv6AddressCount: Int? = null, ipv6Addresses: List<InstanceIpv6AddressResponse>? = null, ipv6PrefixCount: Int? = null, ipv6Prefixes: List<Ipv6PrefixSpecificationResponse>? = null, primaryIpv6Address: String? = null, primaryPrivateIpAddress: String? = null, privateIpAddress: String? = null, privateIpAddresses: List<PrivateIpAddressSpecificationResponse>? = null, secondaryPrivateIpAddressCount: Int? = null, secondaryPrivateIpAddresses: List<String>? = null, sourceDestCheck: Boolean? = null, subnetId: String? = null, tags: List<TagResponse>? = null, vpcId: String? = null)